--- loncom/auth/lonroles.pm 2006/10/10 01:55:33 1.162.2.3 +++ 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.3 2006/10/10 01:55:33 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(''); } @@ -851,10 +851,9 @@ sub build_roletext { $roletext.=' '; } } - if ($trolecode !~ m/^(dc|ca|au|aa)\./) { - $tremark.=&Apache::lonannounce::showday(time,1, - &Apache::lonannounce::readcalendar($tdom.'_'.$trest)); - } + $tremark.=&Apache::lonannounce::showday(time,1, + &Apache::lonannounce::readcalendar($tdom.'_'.$trest)); + $roletext.=''. '
 '.$trole. ''.$twhere. ''.$tpstart. @@ -1013,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.''.