X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/8ec1dac1bcf71ce282ab116413d335f582b5e8f3..928c8528504a757cebd2bebcebfa5a393ac19b05:/work_units.php diff --git a/work_units.php b/work_units.php index dd01488a..32b2616b 100644 --- a/work_units.php +++ b/work_units.php @@ -53,6 +53,7 @@ if ($request->isPost()) { $form = new Form('workUnitsForm'); $form->addInput(array('type'=>'text', 'name'=>'minutes_in_unit', 'value'=>$cl_minutes_in_unit, 'style'=>'width:40px')); $form->addInput(array('type'=>'text', 'name'=>'1st_unit_threshold', 'value'=>$cl_1st_unit_threshold, 'style'=>'width:40px')); +$form->addInput(array('type'=>'checkbox','name'=>'totals_only','value'=>$cl_totals_only)); $form->addInput(array('type'=>'submit','name'=>'btn_save','value'=>$i18n->get('button.save'))); if ($request->isPost()){