Put the help inside a box, in case the background is dark

This commit is contained in:
moodler
2003-10-21 02:30:42 +00:00
parent 7f98994816
commit d6f73f538f
+4
View File
@@ -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!");
}