Also removing "Add to my list"
authorChris Sharp <csharp@georgialibraries.org>
Mon, 6 Jun 2016 14:42:56 +0000 (10:42 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 22 Aug 2022 18:11:19 +0000 (14:11 -0400)
Open-ILS/src/templates/opac/parts/record/summary.tt2

index 89ff556..424bad6 100644 (file)
@@ -98,6 +98,7 @@
             </div>
             [%- END -%]
 
+            <!--
             <div class="rdetail_aux_utils toggle_list">
             [% operation = ctx.mylist.grep('^' _ ctx.bre_id _ '$').size ? "delete" : "add";
                 addhref = mkurl(ctx.opac_root _ '/mylist/add',    {record => ctx.bre_id}, stop_parms);