Moved the submit button to question_print_comment_box in lib/questionlib.php

This commit is contained in:
mark-nielsen 2006-04-08 08:16:04 +00:00
parent ec65c6ad7c
commit 42b245d1ca

View 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'); ?>" />
</table>