Bladeren bron

Merge branch 'trial_only_once' of https://git.symbionet.de/andre/thurdataOrderform into trial_only_once

root 3 jaren geleden
bovenliggende
commit
ccd1f79549
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      viewcart.tpl

+ 1 - 1
viewcart.tpl

@@ -554,7 +554,7 @@
                                             {if $showUpgradeQtyOptions}
                                                 <div class="col-sm-4 item-qty" style="padding-top: 15px; font-size:13px;">
                                                     {if $upgrade->allowMultipleQuantities}
-                                                        Anzahl4&nbsp; <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&nbsp; <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>