From d6f73f538fd5701bb6a40d879c27eecffecf1276 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 21 Oct 2003 02:30:42 +0000 Subject: [PATCH] Put the help inside a box, in case the background is dark --- help.php | 4 ++++ 1 file changed, 4 insertions(+) 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!"); } -- 2.39.5