more terminology tweaks
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 24 May 2018 00:28:35 +0000 (20:28 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 24 May 2018 00:28:35 +0000 (20:28 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/opac/parts/record/summary.tt2

index f7ebef4..97bca31 100644 (file)
             %]
             [%  ELSE;
                 operation = ctx.mylist.grep(ctx.bre_id).size ? "delete" : "add";
-                label = (operation == "add") ? l("Add to my list") : l("Remove from my list");
+                label = (operation == "add") ? l("Add to cart") : l("Remove from cart");
             %]
                 <a href="[% mkurl(ctx.opac_root _ '/mylist/' _ operation, {record => ctx.bre_id}, stop_parms) %]" class="no-dec" rel="nofollow" vocab="">
-                    <img src="[% ctx.media_prefix %]/images/clipboard.png[% ctx.cache_key %]" alt="" />
+                    <img src="[% ctx.media_prefix %]/images/add-to-cart.png[% ctx.cache_key %]" alt="" />
                     [% label %]
                 </a>
             [% END %]