// 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:
tDidierjean
2011-11-30 18:16:13 +00:00
parent 29c75d7798
commit bca384dc71
4 changed files with 17 additions and 7 deletions
+3 -2
View File
@@ -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
)
);