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>
Sun, 31 Oct 2021 15:48:45 +0000 (11:48 -0400)
Open-ILS/src/templates/opac/parts/record/summary.tt2

index 5c3a665..078c2cd 100644 (file)
@@ -97,6 +97,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);