Diff for /loncom/homework/grades.pm between versions 1.596.2.12.2.9 and 1.596.2.12.2.10

version 1.596.2.12.2.9, 2012/08/09 20:07:21 version 1.596.2.12.2.10, 2012/12/10 13:28:54
Line 7175  sub scantron_validate_sequence { Line 7175  sub scantron_validate_sequence {
  my @resources=   my @resources=
     $navmap->retrieveResources($map,\&scantron_filter_not_exam,1,0);      $navmap->retrieveResources($map,\&scantron_filter_not_exam,1,0);
  if (@resources) {   if (@resources) {
     $r->print("<p>".&mt('Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.')."</p>");      $r->print('<p class="LC_warning">'
                  .&mt('Some resources in the sequence currently are not set to'
                      .' exam mode. Grading these resources currently may not'
                      .' work correctly.')
                  .'</p>'
               );
     return (1,$currentphase);      return (1,$currentphase);
  }   }
     }      }

Removed from v.1.596.2.12.2.9  
changed lines
  Added in v.1.596.2.12.2.10


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