mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix the sideboxmenu item "Resources list" opens nm in an iframe
This commit is contained in:
parent
b0a4822a5b
commit
dd6a8f59bf
@ -31,7 +31,9 @@ class resources_hooks
|
||||
|
||||
$title = $GLOBALS['egw_info']['apps']['resources']['title'].' '.lang('Menu');
|
||||
$file = array(
|
||||
'Resources list' => egw::link('/index.php',array('menuaction' => 'resources.resources_ui.index' )),
|
||||
'Resources list' => egw::link('/index.php',array(
|
||||
'menuaction' => 'resources.resources_ui.index',
|
||||
'ajax' => 'true')),
|
||||
);
|
||||
if($this->acl->get_cats(EGW_ACL_ADD))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user