Set ajax=true for resources global categories to load in div instead of iframe

This commit is contained in:
nathangray 2016-06-29 09:54:06 -06:00
parent 7c3d97ba12
commit 94658a86fd

View File

@ -57,7 +57,9 @@ class resources_hooks
'Global Categories' => Egw::link('/index.php',array(
'menuaction' => 'admin.admin_categories.index',
'appname' => $appname,
'global_cats'=> true)),
'global_cats'=> true,
'ajax' => 'true'
)),
'Configure Access Permissions' => Egw::link('/index.php',
'menuaction=resources.resources_acl_ui.index&ajax=true'),
'Custom Fields'=>egw::link('/index.php',