// change view carts

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12091 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2012-01-03 17:18:29 +00:00
parent 2d1467a5aa
commit e155f70095
12 changed files with 70 additions and 67 deletions
@@ -53,7 +53,7 @@ class AdminAddressesControllerCore extends AdminController
'firstname' => array('title' => $this->l('First name'), 'width' => 120, 'filter_key' => 'a!firstname'),
'lastname' => array('title' => $this->l('Last name'), 'width' => 140, 'filter_key' => 'a!lastname'),
'address1' => array('title' => $this->l('Address')),
'postcode' => array('title' => $this->l('Postcode/ Zip Code'), 'align' => 'right', 'width' => 50),
'postcode' => array('title' => $this->l('Postcode/ Zip Code'), 'align' => 'right', 'width' => 80),
'city' => array('title' => $this->l('City'), 'width' => 150),
'country' => array('title' => $this->l('Country'), 'width' => 100, 'type' => 'select', 'list' => $this->countriesArray, 'filter_key' => 'cl!id_country'));