]> git.mjollnir.org Git - moodle.git/commitdiff
Put the help inside a box, in case the background is dark
authormoodler <moodler>
Tue, 21 Oct 2003 02:30:42 +0000 (02:30 +0000)
committermoodler <moodler>
Tue, 21 Oct 2003 02:30:42 +0000 (02:30 +0000)
help.php

index 9d1d50d5e7586a19f8a6a916d71efafa4c2d5d29..6c9a397b009997755adf08ea6e18a576cbe679da 100644 (file)
--- 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!");
     }