added show popup on click on resources icon

This commit is contained in:
Cornelius Weiß 2005-10-11 19:22:20 +00:00
parent ad013e644a
commit 4a4b6c3aaf
2 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ class resources_hooks
'Global Categories' => $GLOBALS['egw']->link('/index.php',array(
'menuaction' => 'admin.uicategories.index',
'appname' => $appname,
'global_cats'=> True)),
'global_cats'=> true)),
'Configure Access Permissions' => $GLOBALS['egw']->link('/index.php',
'menuaction=resources.ui_acl.acllist')
// 'Custom fields, typ and status' => $GLOBALS['egw']->link('/index.php',array(

File diff suppressed because one or more lines are too long