// fix table extensible

This commit is contained in:
vKham
2011-12-22 19:45:23 +00:00
parent 7a7b25ce6d
commit e7f82fbf5f
10 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ class AdminStoresControllerCore extends AdminController
'name' => array('title' => $this->l('Name'), 'width' => 120, 'filter_key' => 'a!name'),
'phone' => array('title' => $this->l('Phone'), 'width' => 70),
'fax' => array('title' => $this->l('Fax'), 'width' => 70),
'active' => array('title' => $this->l('Enabled'), 'align' => 'center', 'active' => 'status', 'type' => 'bool', 'orderby' => false)
'active' => array('title' => $this->l('Enabled'), 'width' => 70, 'align' => 'center', 'active' => 'status', 'type' => 'bool', 'orderby' => false)
);
$this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?')));