// Merge -> revision 8342
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8344 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -38,7 +38,7 @@ class AdminCounty extends AdminTab
|
||||
|
||||
$this->fieldsDisplay = array(
|
||||
'id_county' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25),
|
||||
'name' => array('title' => $this->l('County'), 'width' => 130, 'filter_key' => 'b!name'),
|
||||
'name' => array('title' => $this->l('County'), 'width' => 130, 'filter_key' => 'a!name'),
|
||||
'state' => array('title' => $this->l('State'), 'width' => 70, 'filter_key' => 's!name'),
|
||||
'a!active' => array('title' => $this->l('Enabled'), 'align' => 'center', 'active' => 'status', 'type' => 'bool', 'orderby' => false, 'filter_key' => 'a!active'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user