[*] 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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user