--- loncom/interface/lonviewclasslist.pm 2015/03/17 00:08:48 1.17 +++ loncom/interface/lonviewclasslist.pm 2015/03/27 17:30:22 1.18 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to display the classlist # -# $Id: lonviewclasslist.pm,v 1.17 2015/03/17 00:08:48 raeburn Exp $ +# $Id: lonviewclasslist.pm,v 1.18 2015/03/27 17:30:22 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -293,8 +293,10 @@ sub html_classlist { } else { $title = &mt($titleplural.' in any section'); $listtype = 'in the course'; + if ($crstype eq 'Community') { + $listtype = 'in the community'; + } } - if ($viewsettings->{'student_opt_in'}) { if ($env{'request.role'} =~ /^st/) { $Str .= &print_roster_form($crstype);