From 9e0f5d2abfba5cbbfd19d5f7f2dd679ee84ed8c2 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 21 Apr 2006 02:23:33 +0000 Subject: [PATCH] Added save changes button at top (Bug #1043 - submit button at top of journal report) --- mod/assignment/lib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/assignment/lib.php b/mod/assignment/lib.php index 163f208cac..bb6105c662 100644 --- a/mod/assignment/lib.php +++ b/mod/assignment/lib.php @@ -1159,6 +1159,7 @@ class assignment_base { echo ''; echo ''; echo ''; + echo '

'; } $table->print_html(); /// Print the whole table -- 2.39.5