mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
don't know how to add popups here...
This commit is contained in:
parent
b6268740b9
commit
414d697a3d
@ -26,8 +26,8 @@ class resources_hooks
|
|||||||
$file = array(
|
$file = array(
|
||||||
'resources list' => $GLOBALS['phpgw']->link('/index.php',array(
|
'resources list' => $GLOBALS['phpgw']->link('/index.php',array(
|
||||||
'menuaction' => 'resources.ui_resources.index' )),
|
'menuaction' => 'resources.ui_resources.index' )),
|
||||||
'add' => $GLOBALS['phpgw']->link('/index.php',array(
|
/*'add' => $GLOBALS['phpgw']->link('/index.php',array(
|
||||||
'menuaction' => 'resources.ui_resources.edit' ))
|
'menuaction' => 'resources.ui_resources.edit' ))*/
|
||||||
);
|
);
|
||||||
display_sidebox($appname,$GLOBALS['phpgw_info']['apps']['resources']['title'].' '.lang('Menu'),$file);
|
display_sidebox($appname,$GLOBALS['phpgw_info']['apps']['resources']['title'].' '.lang('Menu'),$file);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user