Show jacket on record page even when no isbn/upc user/jeff/ac_by_record_id_2013
authorJeff Godin <jgodin@tadl.org>
Thu, 19 Sep 2013 20:33:01 +0000 (16:33 -0400)
committerJeff Godin <jgodin@tadl.org>
Thu, 19 Sep 2013 20:33:01 +0000 (16:33 -0400)
Show jacket image on record details page even when there is no isbn
or upc found -- because we may have an ISSN or local override image.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/src/templates/opac/parts/record/summary.tt2

index fddd8a4..9f7260a 100644 (file)
 [%-# This holds the record summary information %]
 <div id="rdetail_summary_header">
     <div id="rdetail_image_div">
-        [% ident = attrs.isbn_clean || attrs.upc; IF ident; %]
         <a href='[% ctx.media_prefix %]/opac/extras/ac/jacket/large/r/[% ctx.bre_id | uri %]'><img
             alt="[% l('Image of item') %]" id='rdetail_image'
             src='[% ctx.media_prefix %]/opac/extras/ac/jacket/[% record.summary.jacket_size %]/r/[% ctx.bre_id | uri %]' /></a>
-        [% END %]
         <br />
     </div>