// 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:
@@ -94,7 +94,7 @@ class AdminWebserviceControllerCore extends AdminController
|
||||
'id' => 'code',
|
||||
'size' => 32,
|
||||
'required' => true,
|
||||
'p' => $this->l('Webservice account key'),
|
||||
'desc' => $this->l('Webservice account key'),
|
||||
),
|
||||
array(
|
||||
'type' => 'textarea',
|
||||
@@ -102,7 +102,7 @@ class AdminWebserviceControllerCore extends AdminController
|
||||
'name' => 'description',
|
||||
'rows' => 3,
|
||||
'cols' => 110,
|
||||
'p' => $this->l('Key description'),
|
||||
'desc' => $this->l('Key description'),
|
||||
),
|
||||
array(
|
||||
'type' => 'radio',
|
||||
|
||||
Reference in New Issue
Block a user