// fix BO search

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10300 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-11-20 19:02:42 +00:00
parent 07b109e003
commit 3f12f6b83f
4 changed files with 19 additions and 20 deletions
@@ -1,4 +1,4 @@
<?php
*<?php
/*
* 2007-2011 PrestaShop
*
@@ -79,7 +79,7 @@ class AdminCountriesControllerCore extends AdminController
),
'name' => array(
'title' => $this->l('Country'),
'width' => 130,
'width' => 'auto',
'filter_key' => 'b!name'
),
'iso_code' => array(
@@ -104,7 +104,9 @@ class AdminCountriesControllerCore extends AdminController
'active' => 'status',
'type' => 'bool',
'orderby' => false,
'filter_key' => 'a!active'
'filter_key' => 'a!active',
'width' => 25
)
);