mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 11:43:01 +02:00
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:
@@ -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 |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user