]> git.mjollnir.org Git - moodle.git/commitdiff
Formatting fixes only
authormoodler <moodler>
Mon, 5 May 2003 08:31:04 +0000 (08:31 +0000)
committermoodler <moodler>
Mon, 5 May 2003 08:31:04 +0000 (08:31 +0000)
admin/auth.php

index 334c6ae5874dcbb71b75c04fd01e8385a5a7ea40..de0ef0825d963aa690f01744c639d6ac49e3381a 100644 (file)
     print_simple_box_start("center", "100%", "$THEME->cellheading");
     print_heading($options[$auth]);
 
-    echo "<BLOCKQUOTE><CENTER><P>";
+    print_simple_box_start("center", "60%", "$THEME->cellcontent");
     print_string("auth_$auth"."description", "auth");
-    echo "</P></CENTER></BLOCKQUOTE>";
+    print_simple_box_end();
 
-    echo "<HR>";
+    echo "<hr>";
 
     print_heading($strsettings);
 
         print_string("changepassword", "auth");
         echo ":</p></td>";
            echo "<td>";
-        echo "<INPUT TYPE=\"text\" NAME=\"changepassword\" SIZE=40 VALUE=\"$config->changepassword\">";
+        echo "<input type=\"text\" name=\"changepassword\" size=40 value=\"$config->changepassword\">";
         echo "</td>";
         echo "<td>";
         print_string("changepasswordhelp","auth");
                echo "</td></tr>";
        }
 
-    echo "</table><CENTER><P><INPUT TYPE=\"submit\" VALUE=\"";
+    echo "</table><center><p><input type=\"submit\" value=\"";
     print_string("savechanges");
-    echo "\"></P></CENTER></FORM>";
+    echo "\"></p></center></form>";
 
     print_simple_box_end();