|
|
@@ -554,7 +554,7 @@
|
|
|
{if $showUpgradeQtyOptions}
|
|
|
<div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
|
|
|
{if $upgrade->allowMultipleQuantities}
|
|
|
- Anzahl4 <input type="number" name="upgradeqty[{$num}]" value="{$upgrade->qty}" class="form-control text-center" class="form-control text-center" style="width:53px;height:25px !important; padding-left:1px; padding-right:1px;" min="{$upgrade->minimumQuantity}" />
|
|
|
+ Anzahl <input type="number" name="upgradeqty[{$num}]" value="{$upgrade->qty}" class="form-control text-center" class="form-control text-center" style="width:53px;height:25px !important; padding-left:1px; padding-right:1px;" min="{$upgrade->minimumQuantity}" />
|
|
|
<button type="submit" class="btn btn-default btn-xs" style="height:25px !important; padding-top: 2px;">
|
|
|
{$LANG.orderForm.update}
|
|
|
</button>
|