Translation of the remove link
This commit is contained in:
@@ -21,13 +21,12 @@
|
|||||||
<img src="{$IMAGE_URL}" alt="{$TITLE}">
|
<img src="{$IMAGE_URL}" alt="{$TITLE}">
|
||||||
{/loop}
|
{/loop}
|
||||||
{/ifloop}
|
{/ifloop}
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td class="product">
|
<td class="product">
|
||||||
<h3 class="name" style="margin:0"><a href="{$URL}">
|
<h3 class="name" style="margin:0"><a href="{$URL}">
|
||||||
{$TITLE}
|
{$TITLE}
|
||||||
</a></h3>
|
</a></h3>
|
||||||
<a href="{url path="/cart/delete/{$ITEM_ID}"}" class="btn btn-remove" data-tip="tooltip" data-title="Delete" data-original-title=""><i class="icon-trash"></i> <span>Remove</span></a>
|
<a href="{url path="/cart/delete/{$ITEM_ID}"}" class="btn btn-remove" data-tip="tooltip" data-title="Delete" data-original-title=""><i class="icon-trash"></i> <span>{intl l="Remove"}</span></a>
|
||||||
</td>
|
</td>
|
||||||
<td class="unitprice text-center">
|
<td class="unitprice text-center">
|
||||||
{if $IS_PROMO == 1}
|
{if $IS_PROMO == 1}
|
||||||
|
|||||||
Reference in New Issue
Block a user