From dd6a8f59bfff33fd04e8a5288a37dd0609f4d6a9 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 5 Mar 2015 13:40:38 +0000 Subject: [PATCH] Fix the sideboxmenu item "Resources list" opens nm in an iframe --- resources/inc/class.resources_hooks.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/inc/class.resources_hooks.inc.php b/resources/inc/class.resources_hooks.inc.php index 3035d6240c..a73d7442ed 100644 --- a/resources/inc/class.resources_hooks.inc.php +++ b/resources/inc/class.resources_hooks.inc.php @@ -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)) {