Changeset 30956 for trunk/admin
- Timestamp:
- Feb 13, 2015, 9:32:48 AM (10 years ago)
- Location:
- trunk/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/history.php
r30948 r30956 76 76 if (!empty($_POST['start'])) 77 77 { 78 $_POST['start'] = trim($_POST['start']);79 78 check_input_parameter('start', $_POST, false, '/^\d{4}-\d{2}-\d{2}$/'); 80 79 $search['fields']['date-after'] = $_POST['start']; … … 83 82 if (!empty($_POST['end'])) 84 83 { 85 $_POST['end'] = trim($_POST['end']);86 84 check_input_parameter('end', $_POST, false, '/^\d{4}-\d{2}-\d{2}$/'); 87 85 $search['fields']['date-before'] = $_POST['end']; -
trunk/admin/themes/default/js/datepicker.js
r30341 r30956 108 108 dateFormat: linked ? 'DD d MM yy' : 'yy-mm-dd', 109 109 timeFormat: 'HH:mm', 110 separator: options.showTimepicker ? ' ' : '', 110 111 111 112 altField: linked ? $target : null,
Note: See TracChangeset
for help on using the changeset viewer.