[-] FO: improvement shopping cart voucher
This commit is contained in:
@@ -812,6 +812,8 @@ table#cart_summary #total_price_container {
|
||||
font-size:13px
|
||||
}
|
||||
.cart_voucher p {padding-bottom:0;}
|
||||
|
||||
.cart_voucher p.discount_name_block {float:left;}
|
||||
.cart_voucher #display_cart_vouchers {
|
||||
clear:both;
|
||||
line-height: 20px;
|
||||
|
||||
@@ -185,7 +185,7 @@
|
||||
<form action="{if $opc}{$link->getPageLink('order-opc', true)}{else}{$link->getPageLink('order', true)}{/if}" method="post" id="voucher">
|
||||
<fieldset>
|
||||
<p class="title_block"><label for="discount_name">{l s='Vouchers'}</label></p>
|
||||
<p>
|
||||
<p class="discount_name_block">
|
||||
<input type="text" class="discount_name" id="discount_name" name="discount_name" value="{if isset($discount_name) && $discount_name}{$discount_name}{/if}" />
|
||||
</p>
|
||||
<p class="submit"><input type="hidden" name="submitDiscount" /><input type="submit" name="submitAddDiscount" value="{l s='OK'}" class="button" /></p>
|
||||
|
||||
Reference in New Issue
Block a user