// 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:
@@ -70,7 +70,7 @@ class AdminRangePriceControllerCore extends AdminController
|
||||
'label' => $this->l('Carrier:'),
|
||||
'name' => 'id_carrier',
|
||||
'required' => false,
|
||||
'p' => $this->l('Carrier to which this range will be applied'),
|
||||
'desc' => $this->l('Carrier to which this range will be applied'),
|
||||
'options' => array(
|
||||
'query' => $carriers,
|
||||
'id' => 'id_carrier',
|
||||
@@ -85,7 +85,7 @@ class AdminRangePriceControllerCore extends AdminController
|
||||
'size' => 5,
|
||||
'required' => true,
|
||||
'suffix' => $currency->getSign('right'),
|
||||
'p' => $this->l('Range start (included)'),
|
||||
'desc' => $this->l('Range start (included)'),
|
||||
),
|
||||
array(
|
||||
'type' => 'text',
|
||||
@@ -94,7 +94,7 @@ class AdminRangePriceControllerCore extends AdminController
|
||||
'size' => 5,
|
||||
'required' => true,
|
||||
'suffix' => $currency->getSign('right'),
|
||||
'p' => $this->l('Range end (excluded)'),
|
||||
'desc' => $this->l('Range end (excluded)'),
|
||||
),
|
||||
),
|
||||
'submit' => array(
|
||||
|
||||
Reference in New Issue
Block a user