// HelperForm : 'p' replaced by 'desc'

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10286 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-11-18 18:27:48 +00:00
parent 226230f58b
commit 58c35a2152
43 changed files with 204 additions and 205 deletions
@@ -220,7 +220,7 @@ class AdminCustomersControllerCore extends AdminController
'label' => $this->l('Password:'),
'name' => 'passwd',
'size' => 33,
'p' => ($obj->id ? $this->l('Leave blank if no change') : $this->l('5 characters min., only letters, numbers, or').' -_')
'desc' => ($obj->id ? $this->l('Leave blank if no change') : $this->l('5 characters min., only letters, numbers, or').' -_')
),
array(
'type' => 'text',
@@ -258,7 +258,7 @@ class AdminCustomersControllerCore extends AdminController
'label' => $this->l('Disabled')
)
),
'p' => $this->l('Allow or disallow this customer to log in')
'desc' => $this->l('Allow or disallow this customer to log in')
),
array(
'type' => 'radio',
@@ -279,7 +279,7 @@ class AdminCustomersControllerCore extends AdminController
'label' => $this->l('Disabled')
)
),
'p' => $this->l('Customer will receive your newsletter via e-mail')
'desc' => $this->l('Customer will receive your newsletter via e-mail')
),
array(
'type' => 'radio',
@@ -300,7 +300,7 @@ class AdminCustomersControllerCore extends AdminController
'label' => $this->l('Disabled')
)
),
'p' => $this->l('Customer will receive your ads via e-mail')
'desc' => $this->l('Customer will receive your ads via e-mail')
),
array(
'type' => 'select',
@@ -319,7 +319,7 @@ class AdminCustomersControllerCore extends AdminController
'name' => 'groupBox',
'values' => $groups,
'required' => true,
'p' => $this->l('Check all the box(es) of groups of which the customer is to be a member')
'desc' => $this->l('Check all the box(es) of groups of which the customer is to be a member')
)
)
);