Index: assignment.class.php =================================================================== RCS file: /cvsroot/moodle/moodle/mod/assignment/type/upload/assignment.class.php,v retrieving revision 1.29.2.1 diff -c -r1.29.2.1 assignment.class.php *** assignment.class.php 5 Apr 2007 02:11:24 -0000 1.29.2.1 --- assignment.class.php 9 Aug 2007 20:41:24 -0000 *************** *** 212,218 **** $offset = optional_param('offset', 0, PARAM_INT); $forcerefresh = optional_param('forcerefresh', 0, PARAM_BOOL); ! $output = get_string('responsefiles', 'assignment').': '; $output .= '
wwwroot/mod/assignment/upload.php\">"; --- 212,222 ---- $offset = optional_param('offset', 0, PARAM_INT); $forcerefresh = optional_param('forcerefresh', 0, PARAM_BOOL); ! $output = ''; ! $output .= '

'; ! $output .= get_string('responsefilehelp', 'assignment'); ! $output .= '

'; ! $output .= get_string('responsefiles', 'assignment').': '; $output .= 'wwwroot/mod/assignment/upload.php\">"; *************** *** 227,232 **** --- 231,237 ---- $output .= ''; $output .= ''; $output .= '
'; + $output .= ''; if ($forcerefresh) { $output .= $this->update_main_listing($submission); Index: assignment.php =================================================================== RCS file: /cvsroot/moodle/moodle/lang/en_utf8/assignment.php,v retrieving revision 1.12 diff -c -r1.12 assignment.php *** assignment.php 20 Nov 2006 16:56:39 -0000 1.12 --- assignment.php 9 Aug 2007 20:43:27 -0000 *************** *** 95,100 **** --- 95,101 ---- $string['preventlate'] = 'Prevent late submissions'; $string['quickgrade'] = 'Allow quick grading'; $string['responsefiles'] = 'Response files'; + $string['responsefilehelp'] = 'Note: Please upload response file(s) before entering or modifying grade and notes above, or save changes to grade and not es before uploading files.'; $string['reviewed'] = 'Reviewed'; $string['saveallfeedback'] = 'Save all my feedback'; $string['sendformarking'] = 'Send for marking';