mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +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(
|
'Site configuration' => Egw::link('/index.php',array(
|
||||||
'menuaction' => 'admin.uiconfig.index',
|
'menuaction' => 'admin.uiconfig.index',
|
||||||
'appname' => $appname,
|
'appname' => $appname,
|
||||||
|
'ajax' => 'true',
|
||||||
)),
|
)),
|
||||||
'Global Categories' => Egw::link('/index.php',array(
|
'Global Categories' => Egw::link('/index.php',array(
|
||||||
'menuaction' => 'admin.admin_categories.index',
|
'menuaction' => 'admin.admin_categories.index',
|
||||||
'appname' => $appname,
|
'appname' => $appname,
|
||||||
'global_cats'=> True,
|
'global_cats'=> True,
|
||||||
|
'ajax' => 'true',
|
||||||
)),
|
)),
|
||||||
);
|
);
|
||||||
// custom fields are not availible in LDAP
|
// custom fields are not availible in LDAP
|
||||||
|
Loading…
Reference in New Issue
Block a user