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

This commit is contained in:
tDidierjean
2011-11-18 18:27:48 +00:00
parent 4e7a4a692a
commit c4a0a95af9
43 changed files with 204 additions and 205 deletions
@@ -72,7 +72,7 @@ class AdminDeliverySlipControllerCore extends AdminController
'size' => 20,
'maxlength' => 10,
'required' => true,
'p' => $this->l('Format: 2007-12-31 (inclusive)')
'desc' => $this->l('Format: 2007-12-31 (inclusive)')
),
array(
'type' => 'text',
@@ -81,7 +81,7 @@ class AdminDeliverySlipControllerCore extends AdminController
'size' => 20,
'maxlength' => 10,
'required' => true,
'p' => $this->l('Format: 2008-12-31 (inclusive)')
'desc' => $this->l('Format: 2008-12-31 (inclusive)')
)
),
'submit' => array(