From: moodler Date: Mon, 26 Apr 2004 13:39:39 +0000 (+0000) Subject: Put a submit button at the top too. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c215cee45671556526e9bb6aadd740e95c7a27af;p=moodle.git Put a submit button at the top too. --- diff --git a/mod/assignment/submissions.php b/mod/assignment/submissions.php index 24a3bdeb76..e5cbf52060 100644 --- a/mod/assignment/submissions.php +++ b/mod/assignment/submissions.php @@ -174,6 +174,12 @@ if ($allowedtograde) { echo '
'; + echo "
"; + echo ""; + echo ""; + echo "id\">"; + echo ""; + echo "
"; } $grades = make_grades_menu($assignment->grade);