%]
<a href="[% addhref %]" id="mylist_add_[% rec.id %]"
[% IF ctx.mylist.grep(rec.id).size %] class="hidden" [% END %]
- title="[% l("Add [_1] to my list", attrs.title) %] rel="nofollow" vocab="">
+ title="[% l("Add [_1] to cart", attrs.title) %] rel="nofollow" vocab="">
<img src="[% ctx.media_prefix %]/images/clipboard.png[% ctx.cache_key %]" alt="" />
- [% l("Add to my list") %]
+ [% l("Add to cart") %]
</a>
<a href="[% delhref %]" id="mylist_delete_[% rec.id %]"
[% IF !ctx.mylist.grep(rec.id).size %] class="hidden" [% END %]
- title="[% l("Remove [_1] from my list", attrs.title) %] rel="nofollow" vocab="">
+ title="[% l("Remove [_1] from cart", attrs.title) %] rel="nofollow" vocab="">
<img src="[% ctx.media_prefix %]/images/clipboard.png[% ctx.cache_key %]" alt="" />
- [% l("Remove from my list") %]
+ [% l("Remove from cart") %]
</a>
[% END %]
[% END %]