Diff for /loncom/interface/lonviewclasslist.pm between versions 1.17 and 1.18

version 1.17, 2015/03/17 00:08:48 version 1.18, 2015/03/27 17:30:22
Line 293  sub html_classlist { Line 293  sub html_classlist {
     } else {      } else {
         $title = &mt($titleplural.' in any section');          $title = &mt($titleplural.' in any section');
         $listtype = 'in the course';          $listtype = 'in the course';
           if ($crstype eq 'Community') {
               $listtype = 'in the community';
           }
     }      }
   
     if ($viewsettings->{'student_opt_in'}) {      if ($viewsettings->{'student_opt_in'}) {
         if ($env{'request.role'} =~ /^st/)  {          if ($env{'request.role'} =~ /^st/)  {
             $Str .= &print_roster_form($crstype);              $Str .= &print_roster_form($crstype);

Removed from v.1.17  
changed lines
  Added in v.1.18


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>