mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
Fix links in failed preview message suggestions.
This commit is contained in:
parent
69ffc46a95
commit
b2ccc2ad4c
@ -43,6 +43,9 @@
|
|||||||
$appname = $_GET['appname'] ? $_GET['appname'] : $content['appname'];
|
$appname = $_GET['appname'] ? $_GET['appname'] : $content['appname'];
|
||||||
$definition = $_GET['definition'] ? $_GET['definition'] : $content['definition'];
|
$definition = $_GET['definition'] ? $_GET['definition'] : $content['definition'];
|
||||||
|
|
||||||
|
// We use some inline js in preview results if it fails
|
||||||
|
egw_framework::csp_script_src_attrs("unsafe-inline");
|
||||||
|
|
||||||
$template = new etemplate_new('importexport.import_dialog');
|
$template = new etemplate_new('importexport.import_dialog');
|
||||||
|
|
||||||
// Load application's translations
|
// Load application's translations
|
||||||
|
Loading…
Reference in New Issue
Block a user