Diff for /loncom/interface/statistics/lonsurveyreports.pm between versions 1.22 and 1.23

version 1.22, 2008/12/12 05:03:39 version 1.23, 2010/01/14 17:20:52
Line 98  sub BuildSurveyReportsPage { Line 98  sub BuildSurveyReportsPage {
         #          #
         $r->print('<hr />');          $r->print('<hr />');
         $r->print('<h4>'.          $r->print('<h4>'.
                   &Apache::lonlocal::locallocaltime(time).','.                    &Apache::lonlocal::locallocaltime(time).', '.
                   &Apache::lonstatistics::section_and_enrollment_description().                    &Apache::lonstatistics::section_and_enrollment_description().
                   '</h4>');                    '</h4>');
         $r->rflush();          $r->rflush();
Line 658  sub CreateInterface { Line 658  sub CreateInterface {
         $prob_checkbox .= 'checked="checked" ';          $prob_checkbox .= 'checked="checked" ';
     }      }
     $prob_checkbox .= 'value="true" />';      $prob_checkbox .= 'value="true" />';
     $Str .= '<td align="right" valign="top">'.      $Str .=
         '<label><b>'.          '<td valign="top">'
         &mt('Show problem [_1]',$prob_checkbox).'</b></label><br />'.         .'<label>'
         '<label><b>'.         .$prob_checkbox.&mt('Show problem')
         '</td>';         .'</label>'
          .'</td>';
     #      #
     $Str .= &Apache::loncommon::end_data_table_row();      $Str .= &Apache::loncommon::end_data_table_row();
     $Str .= &Apache::loncommon::end_data_table();      $Str .= &Apache::loncommon::end_data_table();

Removed from v.1.22  
changed lines
  Added in v.1.23


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