Skip to content

Commit

Permalink
adding a fieldset
Browse files Browse the repository at this point in the history
  • Loading branch information
toyomoyo committed Sep 28, 2007
1 parent db4ff7f commit 84b6310
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user/addnote.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@

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'),
Expand Down Expand Up @@ -83,6 +84,6 @@
);
}
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);
?>

0 comments on commit 84b6310

Please sign in to comment.