]> git.mjollnir.org Git - moodle.git/commitdiff
Added a surrounding div to make the form xhtml strrrrrict
authormoodler <moodler>
Tue, 9 Jan 2007 08:16:31 +0000 (08:16 +0000)
committermoodler <moodler>
Tue, 9 Jan 2007 08:16:31 +0000 (08:16 +0000)
admin/settings.php

index 9279b9700caed6056bcaee80e8ba3bbe61813ac2..92b4370716403994362b279e697ec1f1b624ad51 100644 (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)) {