// Products section list adjustment

This commit is contained in:
Jerome Nadaud
2013-09-20 16:19:50 +02:00
parent caa1dbc7ea
commit f44ecb9fc8
10 changed files with 38 additions and 18 deletions
@@ -55,6 +55,7 @@ class AdminAttributesGroupsControllerCore extends AdminController
'count_values' => array(
'title' => $this->l('Values count'),
'align' => 'center',
'class' => 'fixed-width-xs',
'orderby' => false,
'search' => false
),
@@ -62,7 +63,8 @@ class AdminAttributesGroupsControllerCore extends AdminController
'title' => $this->l('Position'),
'filter_key' => 'a!position',
'position' => 'position',
'align' => 'center'
'align' => 'center',
'class' => 'fixed-width-xs'
),
);