]> git.mjollnir.org Git - moodle.git/commitdiff
Put a submit button at the top too.
authormoodler <moodler>
Mon, 26 Apr 2004 13:39:39 +0000 (13:39 +0000)
committermoodler <moodler>
Mon, 26 Apr 2004 13:39:39 +0000 (13:39 +0000)
mod/assignment/submissions.php

index 24a3bdeb76d370a393b5e1d31b45e40d53b86be9..e5cbf52060b03c2b883eeb24b4d076293a10c210 100644 (file)
 
     if ($allowedtograde) {
         echo '<form action="submissions.php" method="post">';
+        echo "<center>";
+        echo "<input type=hidden name=sort value=\"$sort\">";
+        echo "<input type=hidden name=timenow value=\"$timenow\">";
+        echo "<input type=hidden name=id value=\"$assignment->id\">";
+        echo "<input type=submit value=\"$strsaveallfeedback\">";
+        echo "</center>";
     }
     
     $grades = make_grades_menu($assignment->grade);