PINES Custom: Redisplay print and email links on item record page
authorTerran McCanna <tmccanna@georgialibraries.org>
Sat, 5 Jan 2019 00:38:49 +0000 (19:38 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 13 Sep 2019 20:50:03 +0000 (16:50 -0400)
These were hidden in a previous patch because the functionality
wasn't there, but now that the functionality is working, adding
them back in.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/parts/record/summary.tt2

index c755dfe..ebf880e 100644 (file)
                         [%- END %]
                     [% END %]
                 </div>
-                               <!-- Hide Print/Email in PINES for now since it doesn't print anything useful
                 <div class="rdetail_aux_utils">
                     <img src="[% ctx.media_prefix %]/images/clipboard.png[% ctx.cache_key %]" alt="[% l('Print / Email Actions Image') %]" />
                     <a href="[% mkurl(ctx.opac_root _ '/record/print/' _ ctx.bre_id) %]" class="no-dec" rel="nofollow" vocab="">[% l('Print') %]</a> /
                     <a href="[% mkurl(ctx.opac_root _ '/record/email/' _ ctx.bre_id) %]" class="no-dec" rel="nofollow" vocab="">[% l('Email') %]</a>
                 </div>
-                               -->
                 [%- IF ctx.refworks.enabled == 'true' %]
                     [%- INCLUDE 'opac/parts/record/refworks.tt2' %]
                 [%- END %]