From 068be67d83d4c4a827d068f5040f9b0ef12e18da Mon Sep 17 00:00:00 2001
From: moodler
Date: Mon, 5 May 2003 08:31:04 +0000
Subject: [PATCH] Formatting fixes only
---
admin/auth.php | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
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();
--
2.39.5