[%- IF ctx.user; %]
<a href="[% mkurl(ctx.opac_root _ '/myopac/lists') %]" class="no-dec" rel="nofollow" vocab=""><img src="[% ctx.media_prefix %]/images/clipboard.png[% ctx.cache_key %]" alt="[% l('View My Lists') %]" />[% l(' View My Lists') %]</a>
[%- ELSE %]
- <a href="[% mkurl(ctx.opac_root _ '/mylist') %]" class="no-dec" rel="nofollow" vocab=""><img src="[% ctx.media_prefix %]/images/clipboard.png[% ctx.cache_key %]" alt="[% l('View My Cart') %]" />[% l(' View My Cart') %]</a>
+ <a href="[% mkurl(ctx.opac_root _ '/mylist') %]" class="no-dec" rel="nofollow" vocab=""><img src="[% ctx.media_prefix %]/images/add-to-cart.png[% ctx.cache_key %]" alt="[% l('View My Cart') %]" />[% l(' View My Cart') %]</a>
[%- END %]
[% END %]
</div>
<a href="[% addhref %]" id="mylist_add_[% rec.id %]"
[% IF ctx.mylist.grep(rec.id).size %] class="hidden" [% END %]
title="[% l("Add [_1] to cart", attrs.title) %] 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="" />
[% 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 cart", attrs.title) %] 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="" />
[% l("Remove from cart") %]
</a>
[% END %]