// Parameters fix
This commit is contained in:
@@ -45,16 +45,16 @@ class AdminStoresControllerCore extends AdminController
|
||||
);
|
||||
|
||||
$this->fields_list = array(
|
||||
'id_store' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25),
|
||||
'name' => array('title' => $this->l('Name'), 'width' => 120, 'filter_key' => 'a!name'),
|
||||
'address1' => array('title' => $this->l('Address'), 'width' => 120, 'filter_key' => 'a!address1'),
|
||||
'city' => array('title' => $this->l('City'), 'width' => 100),
|
||||
'postcode' => array('title' => $this->l('Zip code'), 'width' => 50),
|
||||
'state' => array('title' => $this->l('State'), 'width' => 100, 'filter_key' => 'st!name'),
|
||||
'country' => array('title' => $this->l('Country'), 'width' => 100, 'filter_key' => 'cl!name'),
|
||||
'phone' => array('title' => $this->l('Phone'), 'width' => 70),
|
||||
'fax' => array('title' => $this->l('Fax'), 'width' => 70),
|
||||
'active' => array('title' => $this->l('Enabled'), 'width' => 70, 'align' => 'center', 'active' => 'status', 'type' => 'bool', 'orderby' => false)
|
||||
'id_store' => array('title' => $this->l('ID'), 'align' => 'center', 'class' => 'fixed-width-xs'),
|
||||
'name' => array('title' => $this->l('Name'), 'filter_key' => 'a!name'),
|
||||
'address1' => array('title' => $this->l('Address'), 'filter_key' => 'a!address1'),
|
||||
'city' => array('title' => $this->l('City')),
|
||||
'postcode' => array('title' => $this->l('Zip code')),
|
||||
'state' => array('title' => $this->l('State'), 'filter_key' => 'st!name'),
|
||||
'country' => array('title' => $this->l('Country'), 'filter_key' => 'cl!name'),
|
||||
'phone' => array('title' => $this->l('Phone')),
|
||||
'fax' => array('title' => $this->l('Fax')),
|
||||
'active' => array('title' => $this->l('Enabled'), 'align' => 'center', 'active' => 'status', 'type' => 'bool', 'orderby' => false)
|
||||
);
|
||||
|
||||
$this->bulk_actions = array(
|
||||
|
||||
Reference in New Issue
Block a user