--- loncom/interface/loncoursegroups.pm 2009/05/07 16:36:33 1.99 +++ loncom/interface/loncoursegroups.pm 2009/05/11 16:10:33 1.100 @@ -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.100 2009/05/11 16:10:33 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -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('');