mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
appending ajax=true to addressbook site config and global categories to no use an iframe
This commit is contained in:
parent
c21ac29b96
commit
d427d4ae83
@ -72,11 +72,13 @@ class addressbook_hooks
|
||||
'Site configuration' => Egw::link('/index.php',array(
|
||||
'menuaction' => 'admin.uiconfig.index',
|
||||
'appname' => $appname,
|
||||
'ajax' => 'true',
|
||||
)),
|
||||
'Global Categories' => Egw::link('/index.php',array(
|
||||
'menuaction' => 'admin.admin_categories.index',
|
||||
'appname' => $appname,
|
||||
'global_cats'=> True,
|
||||
'ajax' => 'true',
|
||||
)),
|
||||
);
|
||||
// custom fields are not availible in LDAP
|
||||
|
Loading…
Reference in New Issue
Block a user