Added save changes button at top (Bug #1043 - submit button at top of journal report)

This commit is contained in:
moodler
2006-04-21 02:23:33 +00:00
parent 2285084197
commit 9e0f5d2abf
+1
View File
@@ -1159,6 +1159,7 @@ class assignment_base {
echo '<input type="hidden" name="id" value="'.$this->cm->id.'">';
echo '<input type="hidden" name="mode" value="fastgrade">';
echo '<input type="hidden" name="page" value="'.$page.'">';
echo '<p align="center"><input type="submit" name="fastg" value="'.get_string('saveallfeedback', 'assignment').'" /></p>';
}
$table->print_html(); /// Print the whole table