X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/4153fc2584a62ab3949b182e42fb61c804925a08..ed41335d63e71a11d30e92f4367106e9398adf9d:/group_edit.php diff --git a/group_edit.php b/group_edit.php index b16a15f0..583c4424 100644 --- a/group_edit.php +++ b/group_edit.php @@ -181,6 +181,7 @@ $form->addInput(array('type'=>'combobox','name'=>'start_week','style'=>'width: 1 // Show holidays checkbox. $form->addInput(array('type'=>'checkbox','name'=>'show_holidays','value'=>$cl_show_holidays)); +$form->addInput(array('type'=>'text','name'=>'holidays','value'=>$cl_holidays)); // Prepare tracking mode choices. $tracking_mode_options = array();