mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
Fix the sideboxmenu item "Resources list" opens nm in an iframe
This commit is contained in:
parent
a44488bbf1
commit
5dc909ca1e
@ -31,7 +31,9 @@ class resources_hooks
|
|||||||
|
|
||||||
$title = $GLOBALS['egw_info']['apps']['resources']['title'].' '.lang('Menu');
|
$title = $GLOBALS['egw_info']['apps']['resources']['title'].' '.lang('Menu');
|
||||||
$file = array(
|
$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))
|
if($this->acl->get_cats(EGW_ACL_ADD))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user