فهرست منبع

bugfix viecard

andre 3 سال پیش
والد
کامیت
8db797d0d5
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      viewcart.tpl

+ 2 - 2
viewcart.tpl

@@ -411,11 +411,11 @@
                                                             {/if}
                                                             {/if}
                                                         </div>
                                                         </div>
 														{if $showAddonQtyOptions}
 														{if $showAddonQtyOptions}
-															<div class="col-sm-2 item-qty">
+															<div class="col-sm-4 item-qty">
 																{if $addon.allowqty === 2}
 																{if $addon.allowqty === 2}
 																	<input type="number" name="addonqty[{$num}]" value="{$addon.qty}" class="form-control text-center" min="0" />
 																	<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">
 																	<button type="submit" class="btn btn-xs btn-default">
-																		{$LANG.orderForm.update}blubb
+																		{$LANG.orderForm.update}
 																	</button>
 																	</button>
 																{/if}
 																{/if}
 															</div>
 															</div>