[*] BO : #PSFV-94 - forms now correctly use admin.js::displayFlags function. attributeLang attribute is deprecated in forms

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9787 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-11-02 10:40:57 +00:00
parent 181e2c68b6
commit 20b1786c1a
3 changed files with 30 additions and 61 deletions
@@ -61,7 +61,6 @@ class AdminContactsControllerCore extends AdminController
'size' => 33,
'required' => true,
'lang' => true,
'attributeLang' => 'name',
'p' => $this->l('Contact name, e.g., Technical Support'),
),
array(
@@ -99,7 +98,6 @@ class AdminContactsControllerCore extends AdminController
'name' => 'description',
'required' => false,
'lang' => true,
'attributeLang' => 'description',
'cols' => 36,
'rows' => 5,
'p' => $this->l('Additional information about this contact'),