X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/7797eda9fb04c217a813db88e00bb9ee541eabbb..183a8116593400e16ec4d3ddf2e770091f403319:/group_edit.php diff --git a/group_edit.php b/group_edit.php index 08c1db59..6a16dc1f 100644 --- a/group_edit.php +++ b/group_edit.php @@ -112,6 +112,7 @@ if (count($groups) > 1) { 'data'=>$groups, 'datakeys'=>array('id','name'))); $form->addInput(array('type'=>'hidden','name'=>'group_changed')); + $smarty->assign('group_dropdown', 1); } $form->addInput(array('type'=>'text','maxlength'=>'200','name'=>'group_name','value'=>$cl_group,'enable'=>$advanced_settings)); $form->addInput(array('type'=>'textarea','name'=>'description','style'=>'width: 250px; height: 40px;','value'=>$cl_description));