// 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
@@ -141,14 +141,14 @@ class AdminGendersController extends AdminController
'label' => $this->l('Image Width:'),
'name' => 'img_width',
'size' => 4,
'p' => $this->l('Image width in pixel. "0" to use original size')
'desc' => $this->l('Image width in pixel. "0" to use original size')
),
array(
'type' => 'text',
'label' => $this->l('Image Height:'),
'name' => 'img_height',
'size' => 4,
'p' => $this->l('Image height in pixel. "0" to use original size')
'desc' => $this->l('Image height in pixel. "0" to use original size')
)
),
'submit' => array(