// AdminControllers fixes
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10821 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -60,7 +60,7 @@ class AdminGendersController extends AdminController
|
||||
),
|
||||
'name' => array(
|
||||
'title' => $this->l('Name'),
|
||||
'width' => 150,
|
||||
'width' => 'auto',
|
||||
'filter_key' => 'b!name'
|
||||
),
|
||||
'type' => array(
|
||||
@@ -82,7 +82,8 @@ class AdminGendersController extends AdminController
|
||||
'align' => 'center',
|
||||
'image' => 'genders',
|
||||
'orderby' => false,
|
||||
'search' => false
|
||||
'search' => false,
|
||||
'width' => 40
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user