//add stylesheet page commande, fix table extensible

This commit is contained in:
vKham
2011-12-27 17:05:08 +00:00
parent 2ae614621f
commit 28a145d190
10 changed files with 125 additions and 67 deletions
@@ -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(