//fix table extensible, bug

This commit is contained in:
vKham
2011-12-26 17:26:12 +00:00
parent 12d1ad9e94
commit 0379d12249
6 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -49,11 +49,11 @@ class AdminScenesControllerCore extends AdminController
),
'name' => array(
'title' => $this->l('Image Maps'),
'width' => 150,
'filter_key' => 'b!name'
),
'active' => array(
'title' => $this->l('Activated'),
'width' => 70,
'align' => 'center',
'active' => 'status',
'type' => 'bool',