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