[-] BO : #PSTEST-700 fix attributes value display

This commit is contained in:
tDidierjean
2012-02-10 09:08:33 +00:00
parent 2ea5762d5f
commit 8c64f994bd
@@ -99,11 +99,12 @@ class AdminAttributesGroupsControllerCore extends AdminController
$this->fieldsDisplay = array(
'id_attribute' => array(
'title' => $this->l('ID'),
'width' => 25
'width' => 40,
'align' => 'center'
),
'name' => array(
'title' => $this->l('Name'),
'width' => 140,
'title' => $this->l('Value'),
'width' => 'auto',
'filter_key' => 'b!name'
)
);
@@ -270,7 +271,7 @@ class AdminAttributesGroupsControllerCore extends AdminController
),
array(
'type' => 'text',
'label' => $this->l('Name:'),
'label' => $this->l('Value:'),
'name' => 'name',
'lang' => true,
'size' => 33,