// 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:
tDidierjean
2011-11-18 14:09:17 +00:00
parent 6ae7ef6cbb
commit d9cb7eb475
14 changed files with 1 additions and 34 deletions
@@ -190,7 +190,6 @@ class AdminStatusesControllerCore extends AdminController
'label' => $this->l('Status name:'),
'name' => 'name',
'lang' => true,
'attributeLang' => 'name¤template',
'size' => 40,
'required' => true,
'hint' => $this->l('Invalid characters: numbers and').' !<>,;?=+()@#"{}_$%:',
@@ -289,7 +288,6 @@ class AdminStatusesControllerCore extends AdminController
'label' => $this->l('Template:'),
'name' => 'template',
'lang' => true,
'attributeLang' => 'name¤template',
'options' => array(
'query' => $this->getTemplates($this->context->language->iso_code),
'id' => 'id',
@@ -338,7 +336,6 @@ class AdminStatusesControllerCore extends AdminController
'label' => $this->l('Status name:'),
'name' => 'name',
'lang' => true,
'attributeLang' => 'name¤template',
'size' => 40,
'required' => true,
'hint' => $this->l('Invalid characters: numbers and').' !<>,;?=+()@#"{}_$%:',