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

This commit is contained in:
tDidierjean
2011-11-02 10:40:57 +00:00
parent 957747757d
commit c21f1100c3
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'),