// fix bug added pluging datepicker

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10720 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-11-28 17:19:07 +00:00
parent 37d215522a
commit b285dad5b5
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,