From 42b245d1ca03dd21d1559e73454fc912b69067a7 Mon Sep 17 00:00:00 2001 From: mark-nielsen <mark-nielsen> Date: Sat, 8 Apr 2006 08:16:04 +0000 Subject: [PATCH] Moved the submit button to question_print_comment_box in lib/questionlib.php --- question/comment.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/question/comment.html b/question/comment.html index d3210b3b70f..f6d3ac0a0c8 100644 --- a/question/comment.html +++ b/question/comment.html @@ -22,5 +22,4 @@ <input type="text" name="grade" size="2" value="<?php echo $grade; ?>" />/<?php echo $question->maxgrade; ?> </td> </tr> -</table> -<input type="submit" name="submit" value="<?php print_string('save', 'quiz'); ?>" /> \ No newline at end of file +</table> \ No newline at end of file