fixes #1057 use a popin instead of popup to display admin page help.

The "old way" still works with the popuphelp() javascript function.
This commit is contained in:
plegall
2019-08-13 12:07:16 +02:00
parent b4f8d6d994
commit 3478033515
3 changed files with 15 additions and 4 deletions
+6
View File
@@ -61,6 +61,12 @@ $template->assign(
'HELP_CONTENT' => $help_content
));
if (isset($_GET['output']) and 'content_only' == $_GET['output'])
{
echo $help_content;
exit();
}
// +-----------------------------------------------------------------------+
// | html code display |
// +-----------------------------------------------------------------------+