--- loncom/interface/lonviewclasslist.pm 2015/03/17 00:08:48 1.17 +++ loncom/interface/lonviewclasslist.pm 2024/07/04 02:15:00 1.18.2.1 @@ -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.2.1 2024/07/04 02:15:00 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -279,7 +279,6 @@ sub html_classlist { $cdom = $env{'course.'.$cid.'.domain'}; $cnum = $env{'course.'.$cid.'.num'}; - my $title; if ($viewsettings->{'limit_to_section'}) { if ($env{'request.course.sec'} eq '') { $title = &mt($titleplural.' with no section'); @@ -293,8 +292,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);