//fix table extensible, bug

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11775 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2011-12-26 17:26:12 +00:00
parent d5945ec7fd
commit b693851119
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',