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=67e8af3471be9bcf483b59b1430b2c4b11e3bb21;p=working%2FEvergreen.git Move the copies up higher Signed-off-by: Dan Scott --- 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 ctx.copy_summary.0.count %] +
+

[% l('Copies') %]

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

[% l("Record details") %]

+ + [%- 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 cd1ec12895..7f47cf40e9 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -374,8 +374,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 {