|
|
@@ -318,8 +318,8 @@
|
|
|
{if $showqtyoptions}
|
|
|
<div class="col-sm-2 item-qty">
|
|
|
{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">
|
|
|
+ Anzahl <input type="number" name="qty[{$num}]" value="{$product.qty}" 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}
|