Diff for /loncom/interface/spreadsheet/classcalc.pm between versions 1.27 and 1.28

version 1.27, 2006/05/01 06:17:16 version 1.28, 2006/08/18 15:15:39
Line 85  sub html_header { Line 85  sub html_header {
     &Apache::lonstatistics::clear_classlist_variables();      &Apache::lonstatistics::clear_classlist_variables();
     foreach (['Sections',&Apache::lonstatistics::SectionSelect('Section','multiple',3)],      foreach (['Sections',&Apache::lonstatistics::SectionSelect('Section','multiple',3)],
              ['Groups',&Apache::lonstatistics::GroupSelect('Group','multiple',3)],                ['Groups',&Apache::lonstatistics::GroupSelect('Group','multiple',3)], 
              ['Enrollment Status',&Apache::lonhtmlcommon::StatusOptions(undef,undef,3)],               ['Access Status',&Apache::lonhtmlcommon::StatusOptions(undef,undef,3)],
              ['Output Format',$self->output_selector()]) {               ['Output Format',$self->output_selector()]) {
         my ($name,$selector) = @{$_};          my ($name,$selector) = @{$_};
         $toprow .= '<th align="center"><b>'.&mt($name).'</b></th>';          $toprow .= '<th align="center"><b>'.&mt($name).'</b></th>';

Removed from v.1.27  
changed lines
  Added in v.1.28


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