// fix bug added pluging datepicker

This commit is contained in:
lLefevre
2011-11-28 17:19:07 +00:00
parent dde58c5c1d
commit 13ad8ed11c
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -74,7 +74,7 @@ class AdminSlipControllerCore extends AdminController
),
'input' => array(
array(
'type' => 'text',
'type' => 'date',
'label' => $this->l('From:'),
'name' => 'date_from',
'size' => 20,
@@ -83,7 +83,7 @@ class AdminSlipControllerCore extends AdminController
'desc' => $this->l('Format: 2007-12-31 (inclusive)')
),
array(
'type' => 'text',
'type' => 'date',
'label' => $this->l('To:'),
'name' => 'date_to',
'size' => 20,