Fix the sideboxmenu item "Resources list" opens nm in an iframe

This commit is contained in:
Hadi Nategh 2015-03-05 13:40:57 +00:00
parent a44488bbf1
commit 5dc909ca1e

View File

@ -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))
{