From: toyomoyo Date: Fri, 28 Sep 2007 07:25:09 +0000 (+0000) Subject: adding a fieldset X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=84b6310d00f79608be4359fb4f5b63dd46592600;p=moodle.git adding a fieldset --- diff --git a/user/addnote.php b/user/addnote.php index 3e51c22e9a..23e74015eb 100644 --- a/user/addnote.php +++ b/user/addnote.php @@ -53,6 +53,7 @@ print_header("$course->shortname: ".get_string('extendenrol'), $course->fullname print_heading($straddnote); echo '
'; +echo '
'; echo ''; echo ''; $table->head = array (get_string('fullname'), @@ -83,6 +84,6 @@ foreach ($users as $k => $v) { ); } print_table($table); -echo '
'; +echo '
'; print_footer($course); ?>