// fix css issue
// fix norm git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15504 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1326,7 +1326,7 @@ class AdminTranslationsControllerCore extends AdminController
|
||||
$return['request.max_vars'] = ini_get('suhosin.request.max_vars');
|
||||
$return['needed_limit'] = $count + 100;
|
||||
}
|
||||
else if (ini_get('max_input_vars') && ini_get('max_input_vars') < $count)
|
||||
elseif (ini_get('max_input_vars') && ini_get('max_input_vars') < $count)
|
||||
{
|
||||
$this->post_limit_exceed = true;
|
||||
$return['error_type'] = 'conf';
|
||||
|
||||
@@ -672,13 +672,15 @@ table#cart_summary td {
|
||||
vertical-align:top
|
||||
}
|
||||
table#cart_summary td.cart_delete,
|
||||
table#cart_summary td.cart_discount_price,
|
||||
table#cart_summary td.price_discount_del {border-right:none}
|
||||
table#cart_summary .last_item td {border-bottom:1px solid #999}
|
||||
|
||||
|
||||
table#cart_summary tr.cart_item.odd,
|
||||
table#cart_summary tr.cart_total_delivery,
|
||||
table#cart_summary tr.cart_total_price {
|
||||
table#cart_summary tr.cart_total_price,
|
||||
table#cart_summary tr.cart_total_voucher{
|
||||
background-color: #fff
|
||||
}
|
||||
table#cart_summary tr.cart_item.even {
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
{l s='Total vouchers:'}
|
||||
{/if}
|
||||
</td>
|
||||
<td class="price-discount" id="total_discount">
|
||||
<td class="price-discount price" id="total_discount">
|
||||
{if $use_taxes}
|
||||
{if $priceDisplay}
|
||||
{displayPrice price=$total_discounts_tax_exc}
|
||||
@@ -126,7 +126,7 @@
|
||||
{l s='Total gift-wrapping:'}
|
||||
{/if}
|
||||
</td>
|
||||
<td class="price-discount" id="total_wrapping">
|
||||
<td class="price-discount price" id="total_wrapping">
|
||||
{if $use_taxes}
|
||||
{if $priceDisplay}
|
||||
{displayPrice price=$total_wrapping_tax_exc}
|
||||
@@ -170,7 +170,7 @@
|
||||
{/if}
|
||||
{/if}
|
||||
</td>
|
||||
<td colspan="2" class="price" id="total_price_container">
|
||||
<td colspan="2" class="price total_price_container" id="total_price_container">
|
||||
<p>{l s='Total:'}</p>
|
||||
<span>{displayPrice price=$total_price}</span>
|
||||
</td>
|
||||
@@ -209,9 +209,9 @@
|
||||
</div>
|
||||
{/if}
|
||||
</td>
|
||||
<td colspan="2" id="total_price_container" class="price">
|
||||
<td colspan="2" class="price total_price_container" id="total_price_container">
|
||||
<p>{l s='Total:'}</p>
|
||||
<span>{displayPrice price=$total_price_without_tax}</span>
|
||||
<span id="total_price">{displayPrice price=$total_price_without_tax}</span>
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user