--- loncom/auth/lonroles.pm 2006/07/19 10:07:14 1.162.2.2 +++ loncom/auth/lonroles.pm 2006/07/14 17:05:02 1.163 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.162.2.2 2006/07/19 10:07:14 albertel Exp $ +# $Id: lonroles.pm,v 1.163 2006/07/14 17:05:02 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -635,7 +635,7 @@ ENDHEADER # More than one possible role # ----------------------------------------------------------------------- Table unless (($advanced) || ($nochoose)) { - $r->print("

".&mt('Select a Course to Enter')."

\n"); + $r->print("

".&mt('Select a Course/Group to Enter')."

\n"); } $r->print('
'); unless ($nochoose) { $r->print(''); } @@ -1012,7 +1012,7 @@ sub allcourses_row { my ($dcdom,$rowtype) = @_; my $output = ''. '
 
'; - foreach my $type ('Course') { + foreach my $type ('Course','Group') { my $selectlink = &courselink($dcdom,$rowtype,$type); my $ccrole = &Apache::lonnet::plaintext('cc',$type); $output.= ''.$ccrole.''.