Tpac: config option for record detail jacket size
authorBill Erickson <berick@esilibrary.com>
Mon, 29 Aug 2011 17:47:16 +0000 (13:47 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 29 Aug 2011 17:47:16 +0000 (13:47 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/default/opac/parts/config.tt2
Open-ILS/src/templates/default/opac/parts/record/summary.tt2

index a792838..ab61c23 100644 (file)
@@ -41,4 +41,15 @@ openurl.baseurl = 'http://sfx.example.com/instance';
 google_analytics.enabled = 'false';
 google_analytics.code = 'UA-9999999-99';
 
+##############################################################################
+# Misc. UI Settings
+##############################################################################
+
+##############################################################################
+# Size of the jacket image to display on the record detail summary.
+# Sizes vary depending on added content provider.
+# Options are "small", "medium", and "large"
+record.summary.jacket_size = 'medium';
+
+
 %]
index 4fed6d0..e2408d1 100644 (file)
@@ -18,7 +18,7 @@
                 [% ident = attrs.isbn_clean || attrs.upc; IF ident; %]
                 <a id='rdetail_img_link' href='[% ctx.media_prefix %]/opac/extras/ac/jacket/large/[% ident | uri %]'><img
                     alt="[% l('Image of item') %]" id='rdetail_image'
-                    src='[% ctx.media_prefix %]/opac/extras/ac/jacket/medium/[% ident | uri %]' /></a>
+                    src='[% ctx.media_prefix %]/opac/extras/ac/jacket/[% record.summary.jacket_size %]/[% ident | uri %]' /></a>
                 [% END %]
                 <br />
             </td>