// Improved tax rules display

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10660 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fBrignoli
2011-11-25 12:53:34 +00:00
parent 9aaa7fc7c3
commit 2e005e3c6a
2 changed files with 6 additions and 4 deletions
@@ -99,6 +99,12 @@
{/if}
{elseif $key == 'rate'}
{$tr.$key|string_format:"%.2f"}%
{elseif $key == 'zipcode'}
{if $tr.$key == '0 - 0'}
--
{else}
{$tr.$key|escape:'htmlall':'UTF-8'}
{/if}
{else}
{$tr.$key|escape:'htmlall':'UTF-8'}
{/if}
@@ -82,10 +82,6 @@ class AdminTaxRulesGroupControllerCore extends AdminController
$this->list_no_link = true;
$this->fieldsDisplay = array(
'id_tax_rule' => array(
'title' => $this->l('ID'),
'width' => 25
),
'country_name' => array(
'title' => $this->l('Country'),
'width' => 140