mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
8 lines
476 B
Scheme
8 lines
476 B
Scheme
|
<div class="quantityfield">
|
||
|
<a class="removelink" href="$DecrementLink"
|
||
|
title="<%t SilverShop\Forms\ShopQuantityField.RemoveOne "Remove one of "{ItemTitle}" from your cart" ItemTitle=$Item.TableTitle %>">-</a>
|
||
|
<span class="quantity">$Field</span>
|
||
|
<a class="addlink" href="$IncrementLink"
|
||
|
title="<%t SilverShop\Forms\ShopQuantityField.AddOne "Add one more of "{ItemTitle}" to your cart" ItemTitle=$Item.TableTitle %>">+</a>
|
||
|
</div>
|