// fix BO search

This commit is contained in:
tDidierjean
2011-11-20 19:02:42 +00:00
parent cc65b4e0cb
commit 135a169648
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
)
);