forked from extern/egroupware
Set ajax=true for resources global categories to load in div instead of iframe
This commit is contained in:
parent
7c3d97ba12
commit
94658a86fd
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user