Put the help inside a box, in case the background is dark
This commit is contained in:
@@ -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!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user