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