X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/ad707342d0ab5a7f6fc6ceda9ba3deb408f5ac08..5e8b8a3b26c5d3778efa411158d341032faaac14:/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'));