Added a surrounding div to make the form xhtml strrrrrict

This commit is contained in:
moodler 2007-01-09 08:16:31 +00:00
parent 421e10c345
commit 53add79acf

View File

@ -116,6 +116,7 @@ if ($statusmsg != '') {
// ---------------------------------------------------------------------------------------------------------------
echo '<form action="settings.php" method="post" id="adminsettings">';
echo '<div class="settingsform">';
echo '<input type="hidden" name="section" value="' . $PAGE->section . '" />';
echo '<input type="hidden" name="sesskey" value="' . $USER->sesskey . '" />';
echo '<input type="hidden" name="return" value="' . $return . '" />';
@ -125,6 +126,7 @@ echo $root->output_html();
echo '<div class="form-buttons"><input class="form-submit" type="submit" value="' . get_string('savechanges','admin') . '" /></div>';
echo '</div>';
echo '</form>';
if (!empty($SITE->fullname)) {