//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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user