]> git.mjollnir.org Git - moodle.git/commitdiff
Added save changes button at top (Bug #1043 - submit button at top of journal report)
authormoodler <moodler>
Fri, 21 Apr 2006 02:23:33 +0000 (02:23 +0000)
committermoodler <moodler>
Fri, 21 Apr 2006 02:23:33 +0000 (02:23 +0000)
mod/assignment/lib.php

index 163f208cac1a09c5d5b153636c57c45d3d591d0c..bb6105c662caec244f6c6656d59255cb6ff737e7 100644 (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