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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13206 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-02-10 09:08:33 +00:00
parent bea0732df7
commit a1d23ab206
@@ -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,