X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/76dd7930c2ef4f6de65bd98acfd3d0ef25979c18..41cf24c4700d2637472ef3c7cc920caf86f51cf4:/reports.php diff --git a/reports.php b/reports.php index 08ac64fe..9062abf8 100644 --- a/reports.php +++ b/reports.php @@ -164,7 +164,9 @@ $form->addInput(array('type'=>'combobox', 'data'=>array(INTERVAL_THIS_MONTH=>$i18n->getKey('dropdown.this_month'), INTERVAL_LAST_MONTH=>$i18n->getKey('dropdown.last_month'), INTERVAL_THIS_WEEK=>$i18n->getKey('dropdown.this_week'), - INTERVAL_LAST_WEEK=>$i18n->getKey('dropdown.last_week')), + INTERVAL_LAST_WEEK=>$i18n->getKey('dropdown.last_week'), + INTERVAL_THIS_DAY=>$i18n->getKey('dropdown.this_day'), + INTERVAL_LAST_DAY=>$i18n->getKey('dropdown.last_day')), 'empty'=>array(''=>$i18n->getKey('dropdown.select')))); // Add controls for start and end dates. $form->addInput(array('type'=>'datefield','maxlength'=>'20','name'=>'start_date'));