// 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
+2 -2
View File
@@ -143,13 +143,13 @@ class AdminGroupsController extends AdminController
'label' => $this->l('Discount:'),
'name' => 'reduction',
'size' => 33,
'p' => $this->l('Will automatically apply this value as a discount on ALL shop\'s products for this group\'s members.')
'desc' => $this->l('Will automatically apply this value as a discount on ALL shop\'s products for this group\'s members.')
),
array(
'type' => 'select',
'label' => $this->l('Price display method:'),
'name' => 'price_display_method',
'p' => $this->l('How the prices are displayed on order summary for this customer group (tax included or excluded).'),
'desc' => $this->l('How the prices are displayed on order summary for this customer group (tax included or excluded).'),
'options' => array(
'query' => array(array('id_method' => PS_TAX_EXC, 'name' => $this->l('Tax excluded'), array('id_method' => PS_TAX_INC, 'name' => $this->l('Tax included')))),
'id' => 'id_method',