// BO fix + work on helpers + compass/codekit config
This commit is contained in:
@@ -42,23 +42,19 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
$this->fields_list = array(
|
||||
'id_attribute_group' => array(
|
||||
'title' => $this->l('ID'),
|
||||
'width' => 25,
|
||||
'align' => 'center'
|
||||
),
|
||||
'name' => array(
|
||||
'title' => $this->l('Name'),
|
||||
'width' => 'auto',
|
||||
'filter_key' => 'b!name',
|
||||
'align' => 'left'
|
||||
),
|
||||
'count_values' => array(
|
||||
'title' => $this->l('Values count'),
|
||||
'width' => 120,
|
||||
'align' => 'center',
|
||||
),
|
||||
'position' => array(
|
||||
'title' => $this->l('Position'),
|
||||
'width' => 40,
|
||||
'filter_key' => 'a!position',
|
||||
'position' => 'position',
|
||||
'align' => 'center'
|
||||
|
||||
Reference in New Issue
Block a user