mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Make link to definitions work in Stylite template
This commit is contained in:
parent
4101c181d4
commit
e9c7e8b84d
@ -129,7 +129,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',
|
||||||
));
|
), 'importexport');
|
||||||
}
|
}
|
||||||
if($file) display_sidebox($appname,lang('importexport'),$file);
|
if($file) display_sidebox($appname,lang('importexport'),$file);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user