|
@@ -318,7 +318,7 @@
|
|
|
{if $showqtyoptions}
|
|
{if $showqtyoptions}
|
|
|
<div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
|
|
<div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
|
|
|
{if $product.allowqty}
|
|
{if $product.allowqty}
|
|
|
- Anzahl1 <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" />
|
|
|
|
|
|
|
+ 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;">
|
|
<button type="submit" class="btn btn-default btn-xs" style="height:25px !important; padding-top: 2px;">
|
|
|
{$LANG.orderForm.update}
|
|
{$LANG.orderForm.update}
|
|
|
</button>
|
|
</button>
|
|
@@ -365,7 +365,7 @@
|
|
|
{if $showAddonQtyOptions}
|
|
{if $showAddonQtyOptions}
|
|
|
<div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
|
|
<div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
|
|
|
{if $addon.allowqty === 2}
|
|
{if $addon.allowqty === 2}
|
|
|
- Anzahl2 <input type="number" name="paddonqty[{$num}][{$addonnum}]" value="{$addon.qty}" class="form-control text-center" style="width:53px;height:25px !important; padding-left:1px; padding-right:1px;" min="0" />
|
|
|
|
|
|
|
+ Anzahl <input type="number" name="paddonqty[{$num}][{$addonnum}]" value="{$addon.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-xs"> -->
|
|
<!-- <button type="submit" class="btn btn-xs"> -->
|
|
|
<button type="submit" class="btn btn-default btn-xs" style="height:25px !important; padding-top: 2px;">
|
|
<button type="submit" class="btn btn-default btn-xs" style="height:25px !important; padding-top: 2px;">
|
|
|
{$LANG.orderForm.update}
|
|
{$LANG.orderForm.update}
|
|
@@ -387,7 +387,7 @@
|
|
|
{foreach $addons as $num => $addon}
|
|
{foreach $addons as $num => $addon}
|
|
|
<div class="panel-body">
|
|
<div class="panel-body">
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
- <div class="{if $showAddonQtyOptions}col-sm-5{else}col-sm-7{/if}">
|
|
|
|
|
|
|
+ <div class="{if $showAddonQtyOptions}col-sm-7{else}col-sm-7{/if}">
|
|
|
<span class="item-title">
|
|
<span class="item-title">
|
|
|
{$addon.name}
|
|
{$addon.name}
|
|
|
<span class="visible-xs-inline d-inline d-sm-none">
|
|
<span class="visible-xs-inline d-inline d-sm-none">
|
|
@@ -413,7 +413,7 @@
|
|
|
{if $showAddonQtyOptions}
|
|
{if $showAddonQtyOptions}
|
|
|
<div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
|
|
<div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
|
|
|
{if $addon.allowqty === 2}
|
|
{if $addon.allowqty === 2}
|
|
|
- Anzahl3 <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" />
|
|
|
|
|
|
|
+ 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;">
|
|
<button type="submit" class="btn btn-default btn-xs" style="height:25px !important; padding-top: 2px;">
|
|
|
{$LANG.orderForm.update}
|
|
{$LANG.orderForm.update}
|
|
|
</button>
|
|
</button>
|