--- loncom/homework/grades.pm 2008/02/06 16:32:30 1.510 +++ loncom/homework/grades.pm 2008/03/03 23:19:54 1.511 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.510 2008/02/06 16:32:30 raeburn Exp $ +# $Id: grades.pm,v 1.511 2008/03/03 23:19:54 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -7729,14 +7729,12 @@ sub grading_menu { $menudata->{'url'}.'" >'. $menudata->{'name'}."\n"; } else { - $Str .='

{'jscript'}. ' onClick="javascript:checkChoice(document.forms.gradingMenu,\'5\',\'verify\')" '. - ' />

'; - $Str .= (' 'x8). - &mt(' receipt: [_1]', - &Apache::lonnet::recprefix($env{'request.course.id'}). - '-'); + ' /> '. + &Apache::lonnet::recprefix($env{'request.course.id'}). + '-'; } $Str .= ' '.(' 'x8).$menudata->{'short_description'}. "\n";