From bb74176fbfc9d9b4e36ba3b60e3acb0259f6a284 Mon Sep 17 00:00:00 2001 From: defacer Date: Tue, 19 Apr 2005 20:54:52 +0000 Subject: [PATCH] HTML improvements, including fix for bug 2967. --- admin/index.php | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/admin/index.php b/admin/index.php index d971ae45c5f..6b0080b1e03 100644 --- a/admin/index.php +++ b/admin/index.php @@ -396,20 +396,19 @@ ////////////////////////////////////////////////////////////////////////////////////////////////// - echo ""; - echo ""; + echo '
"; - print_single_button("$CFG->wwwroot/doc", NULL, get_string("documentation")); - echo "
'; + echo ''; - echo ""; + echo ''; - echo ""; - echo "
'; + print_single_button($CFG->wwwroot.'/doc/', NULL, get_string('documentation')); + echo '"; - print_single_button("phpinfo.php", NULL, get_string("phpinfo")); - echo "'; + print_single_button('phpinfo.php', NULL, get_string('phpinfo')); + echo '"; + echo ''; $options['sesskey'] = $USER->sesskey; - print_single_button("register.php", $options, get_string("registration")); - echo "
"; + print_single_button('register.php', $options, get_string('registration')); + echo ''; print_simple_box_end();