From ea6f167c48d047cf5760b2093f9f3356898236fa Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Tue, 16 Nov 2010 13:00:20 +0000 Subject: [PATCH] --- include/tw/wawi_menu_main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tw/wawi_menu_main.inc.php b/include/tw/wawi_menu_main.inc.php index b0c0a7d06..8f97cb20a 100644 --- a/include/tw/wawi_menu_main.inc.php +++ b/include/tw/wawi_menu_main.inc.php @@ -46,7 +46,7 @@ $menu=array 'name'=>'Benutzerbereich', 'opener'=>'true', 'hide'=>'false','permissions'=>array('wawi/bestellung'), 'Bestellung'=>array ( - 'name'=>'Bestellung', 'permissions'=>array('wawi/bestellung'),'link'=>'bestellung.php', 'target'=>'content', + 'name'=>'Bestellung', 'permissions'=>array('wawi/bestellung'),'link'=>'bestellung.php?method=suche', 'target'=>'content', 'BestellungNeu'=>array('name'=>'Neu', 'link'=>'bestellung.php?mehtod=update', 'target'=>'content'), ), )