|
|
@@ -320,7 +320,7 @@
|
|
|
{if $product.allowqty}
|
|
|
<input type="number" name="qty[{$num}]" value="{$product.qty}" class="form-control text-center" min="0" />
|
|
|
<button type="submit" class="btn btn-xs btn-default">
|
|
|
- {$LANG.orderForm.update}blubb
|
|
|
+ {$LANG.orderForm.update}
|
|
|
</button>
|
|
|
{/if}
|
|
|
</div>
|
|
|
@@ -415,7 +415,7 @@
|
|
|
{if $addon.allowqty === 2}
|
|
|
<input type="number" name="addonqty[{$num}]" value="{$addon.qty}" class="form-control text-center" min="0" />
|
|
|
<button type="submit" class="btn btn-xs btn-default">
|
|
|
- {$LANG.orderForm.update}
|
|
|
+ {$LANG.orderForm.update}blubb
|
|
|
</button>
|
|
|
{/if}
|
|
|
</div>
|