From 67e8af3471be9bcf483b59b1430b2c4b11e3bb21 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 19 Sep 2011 19:55:08 -0400 Subject: [PATCH] Move the copies up higher Signed-off-by: Dan Scott --- .../src/templates/opac/parts/record/summary.tt2 | 80 ++++++++++++---------- Open-ILS/web/css/skin/default/opac/style.css | 5 +- 2 files changed, 46 insertions(+), 39 deletions(-) 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 { -- 2.11.0