Diff for /loncom/interface/statistics/lonstudentassessment.pm between versions 1.28 and 1.29

version 1.28, 2003/02/21 18:41:56 version 1.29, 2003/02/25 20:47:47
Line 1 Line 1
 # The LearningOnline Network with CAPA  # The LearningOnline Network with CAPA
 # (Publication Handler  
 #  #
 # $Id$  # $Id$
 #  #
Line 297  sub CreateInterface { Line 296  sub CreateInterface {
     $Str .= '<tr><td align="center">'."\n";      $Str .= '<tr><td align="center">'."\n";
     my @sections = split(':',$cache->{'sectionList'});      my @sections = split(':',$cache->{'sectionList'});
     my @selectedSections = split(':',$cache->{'sectionsSelected'});      my @selectedSections = split(':',$cache->{'sectionsSelected'});
     $Str .= &Apache::lonhtmlcommon::MultipleSectionSelect(\@sections,      $Str .= &Apache::lonstatistics::SectionSelect('Section','multiple',5);
                                                           \@selectedSections,  
                                                           'Statistics');  
     $Str .= '</td><td align="center">';      $Str .= '</td><td align="center">';
     $Str .= &CreateColumnSelectionBox($doNotShow);      $Str .= &CreateColumnSelectionBox($doNotShow);
     $Str .= '</td><td>'."\n";      $Str .= '</td><td>'."\n";

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


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