// Search conf list size

This commit is contained in:
Jerome Nadaud
2013-09-23 18:04:48 +02:00
parent 202c6fe463
commit 69f97baa6a
@@ -49,7 +49,7 @@ class AdminSearchConfControllerCore extends AdminController
$this->fields_list = array(
'alias' => array('title' => $this->l('Aliases')),
'search' => array('title' => $this->l('Search')),
'active' => array('title' => $this->l('Status'), 'class' => 'fixed-width-md', 'align' => 'center', 'active' => 'status', 'type' => 'bool', 'orderby' => false)
'active' => array('title' => $this->l('Status'), 'class' => 'fixed-width-sm', 'align' => 'center', 'active' => 'status', 'type' => 'bool', 'orderby' => false)
);
// Search options