// Change translations

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11589 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-12-22 13:07:40 +00:00
parent 1c6ff9d9a3
commit f1bc6322c3
2 changed files with 131 additions and 128 deletions
@@ -38,18 +38,21 @@ class AdminAttributesGroupsControllerCore extends AdminController
$this->fieldsDisplay = array(
'id_attribute_group' => array(
'title' => $this->l('ID'),
'width' => 25
'width' => 25,
'align' => 'center'
),
'name' => array(
'title' => $this->l('Name'),
'width' => 'auto',
'filter_key' => 'b!name'
'filter_key' => 'b!name',
'align' => 'left'
),
'position' => array(
'title' => $this->l('Position'),
'width' => 40,
'filter_key' => 'cp!position',
'position' => 'position'
'position' => 'position',
'align' => 'center'
)
);