From 414d697a3d0eb404abdc6f8d5c56de2ee078d501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20Wei=C3=9F?= Date: Sat, 7 May 2005 13:15:12 +0000 Subject: [PATCH] don't know how to add popups here... --- resources/inc/class.resources_hooks.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/inc/class.resources_hooks.inc.php b/resources/inc/class.resources_hooks.inc.php index b04069fd6d..87780280e8 100644 --- a/resources/inc/class.resources_hooks.inc.php +++ b/resources/inc/class.resources_hooks.inc.php @@ -26,8 +26,8 @@ class resources_hooks $file = array( 'resources list' => $GLOBALS['phpgw']->link('/index.php',array( 'menuaction' => 'resources.ui_resources.index' )), - 'add' => $GLOBALS['phpgw']->link('/index.php',array( - 'menuaction' => 'resources.ui_resources.edit' )) + /*'add' => $GLOBALS['phpgw']->link('/index.php',array( + 'menuaction' => 'resources.ui_resources.edit' ))*/ ); display_sidebox($appname,$GLOBALS['phpgw_info']['apps']['resources']['title'].' '.lang('Menu'),$file); }