Diff for /loncom/interface/statistics/lonsubmissiontimeanalysis.pm between versions 1.23 and 1.24

version 1.23, 2005/04/07 06:56:24 version 1.24, 2005/04/19 13:59:35
Line 80  sub BuildSubmissionTimePage { Line 80  sub BuildSubmissionTimePage {
     #      #
     if (! exists($env{'form.problemchoice'}) ||      if (! exists($env{'form.problemchoice'}) ||
         exists($env{'form.SelectAnother'})) {          exists($env{'form.SelectAnother'})) {
         $r->print('<input type="submit" name="" value="'.          my $submit_button = '<input type="submit" name="" value="'.
                   &mt('Graph Problem Submission Times').'" />');              &mt('Graph Problem Submission Times').'" />';
         $r->print('&nbsp;'x5);          $r->print($submit_button.'&nbsp;'x5);
         $r->print('<h3>'.&mt('Please select a problem to analyze').'</h3>');          $r->print('<h3>'.&mt('Please select a problem to analyze').'</h3>');
         $r->print(&Apache::lonstathelpers::problem_selector('.'));          $r->print(&Apache::lonstathelpers::problem_selector('.',
                                                               $submit_button));
     } else {      } else {
         foreach my $button (@SubmitButtons) {          foreach my $button (@SubmitButtons) {
             $r->print('<input type="submit" name="'.$button->{'name'}.'" '.              $r->print('<input type="submit" name="'.$button->{'name'}.'" '.

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


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