--- loncom/interface/loncoursegroups.pm 2009/05/07 16:36:33 1.99 +++ loncom/interface/loncoursegroups.pm 2009/05/11 16:51:27 1.101 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncoursegroups.pm,v 1.99 2009/05/07 16:36:33 bisitz Exp $ +# $Id: loncoursegroups.pm,v 1.101 2009/05/11 16:51:27 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1440,7 +1440,7 @@ sub header { {'add_entries' => $loaditems,}); my $output = <<"END"; $start_page -
+ END if ($action eq 'create' || $action eq 'modify') { @@ -2958,9 +2958,8 @@ sub member_privileges_form { foreach my $tool (@{$tools}) { if (@{$showboxes{$tool}} > 0) { $r->print(''); - $r->print(''. - ''); + $r->print('
'.&mt($tool).''); + $r->print('
'. - &mt($tool).'
'); my $privcount = 0; foreach my $priv (@{$showboxes{$tool}}) { $privcount ++; @@ -2995,7 +2994,7 @@ sub member_privileges_form { } } } - $r->print('
 '); + $r->print(' '); } } $r->print('');