From: moodler Date: Tue, 8 Feb 2005 17:33:13 +0000 (+0000) Subject: Just a little tidying up X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=206483974f9d8ed616fcf3451748ece3058415ca;p=moodle.git Just a little tidying up --- diff --git a/admin/auth.php b/admin/auth.php index e7d95768ec..78e5a9c518 100644 --- a/admin/auth.php +++ b/admin/auth.php @@ -118,9 +118,9 @@ echo ""; require_once("$CFG->dirroot/auth/$auth/config.html"); - echo ""; + echo ''; if ($auth != "email" and $auth != "none" and $auth != "manual") { echo ""; @@ -148,21 +148,21 @@ echo ""; if (function_exists('auth_user_create')){ - echo ""; - echo ""; - echo ""; - echo ""; + echo ""; + echo ""; + echo ""; + echo ""; } - echo "

"; - print_string("auth_common_settings", "auth"); - echo "

'; + print_heading(get_string('auth_common_settings', 'auth')); + echo '
"; - print_string("auth_user_create", "auth"); - echo ":"; - choose_from_menu($createoptions, "auth_user_create", $config->auth_user_create, ""); - echo ""; - print_string("auth_user_creation","auth"); - echo "
"; + print_string("auth_user_create", "auth"); + echo ":"; + choose_from_menu($createoptions, "auth_user_create", $config->auth_user_create, ""); + echo ""; + print_string("auth_user_creation","auth"); + echo "
"; + echo ''; + echo '

'; + echo ''; print_simple_box_end();