From: moodler Date: Tue, 21 Oct 2003 02:30:42 +0000 (+0000) Subject: Put the help inside a box, in case the background is dark X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d6f73f538fd5701bb6a40d879c27eecffecf1276;p=moodle.git Put the help inside a box, in case the background is dark --- diff --git a/help.php b/help.php index 9d1d50d5e7..6c9a397b00 100644 --- a/help.php +++ b/help.php @@ -16,6 +16,8 @@ error("Filenames contain illegal characters!"); } + print_simple_box_start("center", "96%"); + $helpfound = false; $langs = array(current_language(), get_string("parentlanguage"), "en"); // Fallback @@ -71,6 +73,8 @@ $helpfound = true; } + print_simple_box_end(); + if (!$helpfound) { notify("Help file '$file' could not be found!"); }