//add stylesheet page commande, fix table extensible
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11808 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -46,8 +46,8 @@ class AdminSearchEnginesControllerCore extends AdminController
|
||||
|
||||
$this->fieldsDisplay = array(
|
||||
'id_search_engine' => array('title' => $this->l('ID'), 'width' => 25),
|
||||
'server' => array('title' => $this->l('Server'), 'width' => 200),
|
||||
'getvar' => array('title' => $this->l('GET variable'), 'width' => 40)
|
||||
'server' => array('title' => $this->l('Server')),
|
||||
'getvar' => array('title' => $this->l('GET variable'), 'width' => 100)
|
||||
);
|
||||
|
||||
$this->fields_form = array(
|
||||
|
||||
Reference in New Issue
Block a user