// Remove unused attributeLang
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10265 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -182,7 +182,6 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
'label' => $this->l('Name:'),
|
||||
'name' => 'name',
|
||||
'lang' => true,
|
||||
'attributeLang' => 'name¤public_name',
|
||||
'size' => 33,
|
||||
'required' => true,
|
||||
'hint' => $this->l('Invalid characters:').' <>;=#{}'
|
||||
@@ -192,7 +191,6 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
'label' => $this->l('Public name:'),
|
||||
'name' => 'public_name',
|
||||
'lang' => true,
|
||||
'attributeLang' => 'name¤public_name',
|
||||
'size' => 33,
|
||||
'required' => true,
|
||||
'hint' => $this->l('Invalid characters:').' <>;=#{}',
|
||||
@@ -249,7 +247,6 @@ class AdminAttributesGroupsControllerCore extends AdminController
|
||||
'label' => $this->l('Name:'),
|
||||
'name' => 'name',
|
||||
'lang' => true,
|
||||
'attributeLang' => 'name',
|
||||
'size' => 33,
|
||||
'required' => true,
|
||||
'hint' => $this->l('Invalid characters:').' <>;=#{}'
|
||||
|
||||
Reference in New Issue
Block a user