Skip to content

Commit

Permalink
Merge pull request #1775 from open-sausages/pulls/4.0/6626-remove-jqu…
Browse files Browse the repository at this point in the history
…ery-datepicker

HTML5 Date and Time Fields
  • Loading branch information
Damian Mooyman authored Apr 3, 2017
2 parents 83e0947 + d07115e commit 393d392
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/Controllers/CMSMain.php
Original file line number Diff line number Diff line change
Expand Up @@ -432,12 +432,10 @@ public function SearchForm()
'q[LastEditedFrom]',
_t('CMSSearch.FILTERDATEFROM', 'From')
);
$dateFrom->setShowCalendar(true);
$dateTo = new DateField(
'q[LastEditedTo]',
_t('CMSSearch.FILTERDATETO', 'To')
);
$dateTo->setShowCalendar(true);
$pageFilter = new DropdownField(
'q[FilterClass]',
_t('CMSMain.PAGES', 'Page status'),
Expand Down

0 comments on commit 393d392

Please sign in to comment.