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