From: moodler
Date: Mon, 5 May 2003 08:31:04 +0000 (+0000)
Subject: Formatting fixes only
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=068be67d83d4c4a827d068f5040f9b0ef12e18da;p=moodle.git
Formatting fixes only
---
diff --git a/admin/auth.php b/admin/auth.php
index 334c6ae587..de0ef0825d 100644
--- a/admin/auth.php
+++ b/admin/auth.php
@@ -101,11 +101,11 @@
print_simple_box_start("center", "100%", "$THEME->cellheading");
print_heading($options[$auth]);
- echo "";
+ print_simple_box_start("center", "60%", "$THEME->cellcontent");
print_string("auth_$auth"."description", "auth");
- echo "
";
+ print_simple_box_end();
- echo "
";
+ echo "
";
print_heading($strsettings);
@@ -119,7 +119,7 @@
print_string("changepassword", "auth");
echo ":
";
echo "";
- echo "changepassword\">";
+ echo "changepassword\">";
echo " | ";
echo "";
print_string("changepasswordhelp","auth");
@@ -151,9 +151,9 @@
echo " | ";
}
- echo "";
+ echo "\">";
print_simple_box_end();