--- loncom/homework/grades.pm 2013/06/28 22:40:04 1.693 +++ loncom/homework/grades.pm 2013/07/15 16:13:12 1.694 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.693 2013/06/28 22:40:04 raeburn Exp $ +# $Id: grades.pm,v 1.694 2013/07/15 16:13:12 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -736,7 +736,7 @@ sub most_similar { sub initialverifyreceipt { my ($request,$symb) = @_; &commonJSfunctions($request); - return '<form name="gradingMenu"><input type="submit" value="'.&mt('Verify Receipt Number.').'" />'. + return '<form name="gradingMenu" action=""><input type="submit" value="'.&mt('Verify Receipt Number.').'" />'. &Apache::lonnet::recprefix($env{'request.course.id'}). '-<input type="text" name="receipt" size="4" />'. '<input type="hidden" name="symb" value="'.&Apache::lonenc::check_encrypt($symb).'" />'."\n". @@ -5513,7 +5513,7 @@ sub scantron_selectphase { &Apache::lonpickcode::code_list($r,2); - $r->print('<br /><form method="post" name="checkscantron">'. + $r->print('<br /><form method="post" name="checkscantron" action="">'. $default_form_data."\n". &Apache::loncommon::start_data_table('LC_scantron_action')."\n". &Apache::loncommon::start_data_table_header_row()."\n".