// add new stylesheet view customer and fix table extensible

This commit is contained in:
vKham
2011-12-28 14:32:35 +00:00
parent 986c148e32
commit e74e5389cd
7 changed files with 129 additions and 54 deletions
+1 -2
View File
@@ -57,13 +57,12 @@ class AdminStatesControllerCore extends AdminController
),
'name' => array(
'title' => $this->l('Name'),
'width' => 140,
'filter_key' => 'a!name'
),
'iso_code' => array(
'title' => $this->l('ISO code'),
'align' => 'center',
'width' => 50
'width' => 75
),
'zone' => array(
'title' => $this->l('Zone'),