[-] BO : #PSTEST-795 : Display date from and date to filters in list

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13563 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-02-23 15:19:02 +00:00
parent d553327257
commit e0805b1b96
4 changed files with 652 additions and 645 deletions
@@ -100,13 +100,14 @@ class AdminSpecificPriceRuleControllerCore extends AdminController
'type' => 'decimal'
),
'from' => array(
'title' => $this->l('From'),
'title' => $this->l('Beginning'),
'align' => 'center',
'type' => 'date'
'type' => 'date',
),
'to' => array(
'title' => $this->l('To'),
'title' => $this->l('End'),
'align' => 'center',
'type' => 'date'
),
);