Diff for /loncom/homework/grades.pm between versions 1.574.2.10 and 1.574.2.11

version 1.574.2.10, 2010/04/01 02:28:27 version 1.574.2.11, 2010/04/14 16:34:54
Line 8470  sub grading_menu { Line 8470  sub grading_menu {
     push(@menu, { url => $url,      push(@menu, { url => $url,
                    name => &mt('Grade/Manage/Review Bubblesheets'),                     name => &mt('Grade/Manage/Review Bubblesheets'),
                    short_description =>                     short_description =>
             &mt('Grade scantron exams, upload/download scantron data files, and review previously graded scantron exams.')});              &mt('Grade bubblesheet exams, upload/download bubblesheet data files, and review previously graded bubblesheet exams.')});
     $fields{'command'} = 'verify';      $fields{'command'} = 'verify';
     $url = &Apache::lonhtmlcommon::build_url('grades/',\%fields);      $url = &Apache::lonhtmlcommon::build_url('grades/',\%fields);
     push(@menu, { url => "",      push(@menu, { url => "",

Removed from v.1.574.2.10  
changed lines
  Added in v.1.574.2.11


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