From 84b6310d00f79608be4359fb4f5b63dd46592600 Mon Sep 17 00:00:00 2001 From: toyomoyo <toyomoyo> Date: Fri, 28 Sep 2007 07:25:09 +0000 Subject: [PATCH] adding a fieldset --- user/addnote.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 '<form method="post" action="addnote.php">'; +echo '<fieldset class="invisiblefieldset">'; echo '<input type="hidden" name="id" value="'.$course->id.'" />'; echo '<input type="hidden" name="sesskey" value="'.$USER->sesskey.'" />'; $table->head = array (get_string('fullname'), @@ -83,6 +84,6 @@ foreach ($users as $k => $v) { ); } print_table($table); -echo '<div style="width:100%;text-align:center;"><input type="submit" value="' . get_string('savechanges'). '" /></div></form>'; +echo '<div style="width:100%;text-align:center;"><input type="submit" value="' . get_string('savechanges'). '" /></div></fieldset></form>'; print_footer($course); ?> -- 2.39.5