From: Dan Scott Date: Mon, 19 Sep 2011 23:55:08 +0000 (-0400) Subject: Move the copies up higher X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=25f19af5dd3f8db2bd776d6f4f102b0d25615cec;p=evergreen%2Fjoelewis.git Move the copies up higher Signed-off-by: Dan Scott Signed-off-by: Thomas Berezansky --- diff --git a/Open-ILS/src/templates/opac/parts/record/summary.tt2 b/Open-ILS/src/templates/opac/parts/record/summary.tt2 index 267f0efdf5..a073087e77 100644 --- a/Open-ILS/src/templates/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/summary.tt2 @@ -85,43 +85,9 @@ [% END %] -

[% l("Record details") %]

-
    - [%- IF attrs.isbns.0; FOR isbn IN attrs.isbns %] -
  • - [% l('ISBN:'); %] - [% isbn | html %] -
  • - [%- END %] - [%- END %] - [%- IF attrs.issns.0; FOR issn IN attrs.issns %] -
  • - [% l('ISSN:'); %] - [% issn | html %] -
  • - [%- END %] - [%- END %] - - [%- IF attrs.phys_desc %] -
  • - [% l("Physical Description:") %] - [% attrs.phys_desc | html %] -
  • - [%- END %] - [%- IF attrs.edition %] -
  • - [% l("Edition:") %] - [% attrs.edition | html %] -
  • - [%- END %] - [%- IF attrs.publisher %] -
  • - [% l("Publisher:") %] - [% attrs.publisher | html %] [% IF attrs.pubdate; attrs.pubdate | html; END %] -
  • - [%- END %] -
- +[%- IF ctx.copy_summary.0.count %] +
+

[% l('Copies') %]

@@ -224,6 +190,46 @@
+
+[%- END %] + +

[% l("Record details") %]

+
    + [%- IF attrs.isbns.0; FOR isbn IN attrs.isbns %] +
  • + [% l('ISBN:'); %] + [% isbn | html %] +
  • + [%- END %] + [%- END %] + [%- IF attrs.issns.0; FOR issn IN attrs.issns %] +
  • + [% l('ISSN:'); %] + [% issn | html %] +
  • + [%- END %] + [%- END %] + + [%- IF attrs.phys_desc %] +
  • + [% l("Physical Description:") %] + [% attrs.phys_desc | html %] +
  • + [%- END %] + [%- IF attrs.edition %] +
  • + [% l("Edition:") %] + [% attrs.edition | html %] +
  • + [%- END %] + [%- IF attrs.publisher %] +
  • + [% l("Publisher:") %] + [% attrs.publisher | html %] [% IF attrs.pubdate; attrs.pubdate | html; END %] +
  • + [%- END %] +
+ [%- INCLUDE "opac/parts/record/subjects.tt2" %] diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index 540d14728b..1e018607bf 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -375,8 +375,9 @@ div.select-wrapper:hover { padding-right: 50px; } -#rdetails_status { - margin-top: 1.5em; +#rdetail_copies { + clear: both; + padding-top: 1.5em; } #rdetails_status td, #rdetails_status2 td {