]> git.mjollnir.org Git - moodle.git/commitdiff
Moved the submit button to question_print_comment_box in lib/questionlib.php
authormark-nielsen <mark-nielsen>
Sat, 8 Apr 2006 08:16:04 +0000 (08:16 +0000)
committermark-nielsen <mark-nielsen>
Sat, 8 Apr 2006 08:16:04 +0000 (08:16 +0000)
question/comment.html

index d3210b3b70f5fbc39b59f475a71bb693dfbcffec..f6d3ac0a0c8f385b1c22475503861e2f4b34c36e 100644 (file)
@@ -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