mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
Remove iframe for import/export definition list
This commit is contained in:
parent
8bdef50e23
commit
9838d6e2d8
@ -54,6 +54,7 @@ class importexport_admin_prefs_sidebox_hooks
|
|||||||
{
|
{
|
||||||
$file['Define imports|exports'] = egw::link('/index.php',array(
|
$file['Define imports|exports'] = egw::link('/index.php',array(
|
||||||
'menuaction' => 'importexport.importexport_definitions_ui.index',
|
'menuaction' => 'importexport.importexport_definitions_ui.index',
|
||||||
|
'ajax' => 'true'
|
||||||
),$GLOBALS['egw_info']['user']['apps']['admin'] ? 'admin' : 'preferences');
|
),$GLOBALS['egw_info']['user']['apps']['admin'] ? 'admin' : 'preferences');
|
||||||
}
|
}
|
||||||
display_sidebox($appname,lang($appname),$file);
|
display_sidebox($appname,lang($appname),$file);
|
||||||
@ -66,6 +67,7 @@ class importexport_admin_prefs_sidebox_hooks
|
|||||||
'Import definitions' => egw::link('/index.php','menuaction=importexport.importexport_definitions_ui.import_definition','admin'),
|
'Import definitions' => egw::link('/index.php','menuaction=importexport.importexport_definitions_ui.import_definition','admin'),
|
||||||
'Define imports|exports' => egw::link('/index.php',array(
|
'Define imports|exports' => egw::link('/index.php',array(
|
||||||
'menuaction' => 'importexport.importexport_definitions_ui.index',
|
'menuaction' => 'importexport.importexport_definitions_ui.index',
|
||||||
|
'ajax' => 'true'
|
||||||
),'admin'),
|
),'admin'),
|
||||||
'Schedule' => egw::link('/index.php', array(
|
'Schedule' => egw::link('/index.php', array(
|
||||||
'menuaction' => 'importexport.importexport_schedule_ui.index'
|
'menuaction' => 'importexport.importexport_schedule_ui.index'
|
||||||
@ -142,6 +144,7 @@ class importexport_admin_prefs_sidebox_hooks
|
|||||||
$file['Define imports|exports'] = egw::link('/index.php',array(
|
$file['Define imports|exports'] = egw::link('/index.php',array(
|
||||||
'menuaction' => 'importexport.importexport_definitions_ui.index',
|
'menuaction' => 'importexport.importexport_definitions_ui.index',
|
||||||
'application' => $appname,
|
'application' => $appname,
|
||||||
|
'ajax' => 'true'
|
||||||
),$GLOBALS['egw_info']['user']['apps']['admin'] ? 'admin' : 'preferences');
|
),$GLOBALS['egw_info']['user']['apps']['admin'] ? 'admin' : 'preferences');
|
||||||
}
|
}
|
||||||
if($file) display_sidebox($appname,lang('importexport'),$file);
|
if($file) display_sidebox($appname,lang('importexport'),$file);
|
||||||
|
Loading…
Reference in New Issue
Block a user