--- loncom/homework/grades.pm 2007/10/11 22:34:33 1.454 +++ loncom/homework/grades.pm 2007/10/12 20:06:52 1.457 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.454 2007/10/11 22:34:33 banghart Exp $ +# $Id: grades.pm,v 1.457 2007/10/12 20:06:52 banghart Exp $ # # Copyright Michigan State University Board of Trustees # @@ -35,6 +35,7 @@ use Apache::loncommon; use Apache::lonhtmlcommon; use Apache::lonnavmaps; use Apache::lonhomework; +use Apache::lonpickcode; use Apache::loncoursedata; use Apache::lonmsg(); use Apache::Constants qw(:common); @@ -4893,11 +4894,10 @@ SCANTRONFORM SCANTRONFORM - $r->print(< -$grading_menu_button -SCANTRONFORM - + $r->print(''); + &Apache::lonpickcode::code_list($r,2); + $r->print(''); + $r->print($grading_menu_button); return } @@ -7226,12 +7226,6 @@ sub grading_menu { name => &mt('Grade/Manage Scantron Forms'), short_description => &mt('')}); - $fields{'command'} = 'codelist'; - $url = &Apache::lonhtmlcommon::build_url('/adm/pickcode',\%fields); - push (@menu, { url => $url, - name => &mt('View Saved CODEs'), - short_description => - &mt('')}); $fields{'command'} = 'verify'; $url = &Apache::lonhtmlcommon::build_url('grades/',\%fields); push (@menu, { url => "", @@ -7441,6 +7435,7 @@ GRADINGMENUJS $result.=''.&mt('Sections').''; $result.=''.&mt('Groups').''; $result.=''.&mt('Access Status').''."\n"; + $result.=''.&mt('Submission Status').''."\n"; $result.=''; $result.=''."\n". '  '.''.&mt('Current Resource').': '.&mt('For one or more students'). - ' '. ''. ''. ''."\n"; + ($saveSub eq 'all' ? 'selected="selected"' : '').'>'.&mt('with any status').''; + + $result.=' '."\n"; - $result.=''. + $result.=''. ''."\n"; - $result.=''. - ''."\n"; - $result.='
'. + $result.='
'. ''. ''."\n";