From ebe6480c9f5b1946ce23292438c7fabf867c9468 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 13 Dec 2006 08:15:04 +0000 Subject: [PATCH] removed no longer needed form in the sidebox, which screws up a lot in the new framework --- calendar/inc/class.uical.inc.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/calendar/inc/class.uical.inc.php b/calendar/inc/class.uical.inc.php index c18b4598a9..9f23a19ae0 100644 --- a/calendar/inc/class.uical.inc.php +++ b/calendar/inc/class.uical.inc.php @@ -646,10 +646,6 @@ class uical ''. $this->cats->formatted_list('select','all',$this->cat_id,'True')); - // we need a form for the select-boxes => insert it in the first selectbox - $file[$n]['text'] = $this->html->form(False,$base_hidden_vars,'/index.php',array('menuaction' => $_GET['menuaction'])) . - $file[$n]['text']; - // Filter all or hideprivate $file[] = $this->_select_box('Filter','filter', ''."\n". @@ -742,7 +738,6 @@ function load_cal(url,id) { $appname = 'calendar'; $menu_title = lang('Calendar Menu'); display_sidebox($appname,$menu_title,$file); - echo "\n"; // resources menu hooks foreach ($this->bo->resources as $resource)