--- loncom/interface/loncoursegroups.pm 2006/03/19 22:31:41 1.9 +++ loncom/interface/loncoursegroups.pm 2006/03/29 16:22:46 1.12 @@ -464,7 +464,8 @@ sub group_administration { } } - if ($action eq 'create') { + if (($action eq 'create') || + ($action eq 'modify' && $state eq 'pick_members')) { if (defined($env{'form.types'})) { @types=&Apache::loncommon::get_env_multiple('form.types'); } @@ -952,11 +953,13 @@ sub display_control { sub header { my ($bodytitle,$jscript,$action,$state,$page,$function,$loaditems) = @_; my $start_page= - &Apache::loncommon::start_page($bodytitle,$jscript, - {'function' => $function, + &Apache::loncommon::start_page($bodytitle, + '', + {'function' => $function, 'add_entries' => $loaditems,}); my $output = <<"END"; -$bodytag +$start_page
END