don't know how to add popups here...

This commit is contained in:
Cornelius Weiß 2005-05-07 13:15:12 +00:00
parent b6268740b9
commit 414d697a3d

View File

@ -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);
} }