Removing Print/Email from record summary.
authorChris Sharp <csharp@georgialibraries.org>
Mon, 6 Jun 2016 14:41:20 +0000 (10:41 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 31 Oct 2021 15:48:45 +0000 (11:48 -0400)
Open-ILS/src/templates/opac/parts/record/summary.tt2

index 232f239..5c3a665 100644 (file)
             %]
         [% END %]
             </div>
+                <!--
                 <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_preview/' _ ctx.bre_id) %]" class="no-dec" rel="nofollow" vocab="">[% l('Print') %]</a> /
                     <a href="[% mkurl(ctx.opac_root _ '/record/email_preview/' _ 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 %]