// Administration list column size

This commit is contained in:
Jerome Nadaud
2013-09-25 11:46:12 +02:00
parent ae760115be
commit e2c04db881
2 changed files with 6 additions and 4 deletions
@@ -46,7 +46,8 @@ class AdminQuickAccessesControllerCore extends AdminController
$this->fields_list = array(
'id_quick_access' => array(
'title' => $this->l('ID'),
'align' => 'center'
'align' => 'center',
'class' => 'fixed-width-xs'
),
'name' => array(
'title' => $this->l('Name')
@@ -58,7 +59,8 @@ class AdminQuickAccessesControllerCore extends AdminController
'title' => $this->l('New window'),
'align' => 'center',
'type' => 'bool',
'activeVisu' => 'new_window'
'activeVisu' => 'new_window',
'class' => 'fixed-width-sm'
)
);