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>
Mon, 23 Jan 2017 17:41:14 +0000 (12:41 -0500)
Open-ILS/src/templates/opac/parts/record/summary.tt2

index 4fa0ba8..7d9151c 100644 (file)
                 </a>
             [% END %]
             </div>
+            <!--
             <div class="rdetail_aux_utils">
                 <img src="[% ctx.media_prefix %]/images/clipboard.png" 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 %]