--- loncom/auth/lonroles.pm 2010/01/02 18:41:56 1.231.4.5 +++ loncom/auth/lonroles.pm 2010/01/02 19:06:39 1.231.4.8 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.231.4.5 2010/01/02 18:41:56 raeburn Exp $ +# $Id: lonroles.pm,v 1.231.4.8 2010/01/02 19:06:39 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -663,7 +663,8 @@ ENDHEADER } else { $r->print( '

'. - &mt('You need to choose another user role or enter a specific course or community for this function').'

'); + &mt('You need to choose another user role or enter a specific course or community for this function.'). + ''); } } } @@ -691,10 +692,10 @@ ENDHEADER $refresh = $now; &Apache::lonnet::appenv({'user.refresh.time' => $refresh}); if ($env{'user.adv'}) { - $r->print( - '

'); + $r->print(' />'.&mt('Show all roles').'' + .' ' + .'

'); } else { if ($countactive > 0) { &queued_selfenrollment($r); @@ -1097,7 +1098,7 @@ sub roletable_headers { } sub roletypes { - my @types = ('Domain','Construction Space','Course','Unavailable','System'); + my @types = ('Domain','Construction Space','Course','Community','Unavailable','System'); return @types; }