// Customer fix

This commit is contained in:
Jerome Nadaud
2013-09-18 17:05:16 +02:00
parent 64f1ba1e08
commit 4413d04525
7 changed files with 13 additions and 7 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ class AdminGroupsControllerCore extends AdminController
$this->fields_list = array(
'id_group' => array(
'title' => $this->l('ID'),
'align' => 'center'
'align' => 'center',
'class' => 'fixed-width-xs'
),
'name' => array(
'title' => $this->l('Name'),