mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 18:38:57 +01:00
removed no longer needed form in the sidebox, which screws up a lot in the new framework
This commit is contained in:
parent
f9e1f9c13f
commit
ebe6480c9f
@ -646,10 +646,6 @@ class uical
|
|||||||
'<option value="0">'.lang('All categories').'</option>'.
|
'<option value="0">'.lang('All categories').'</option>'.
|
||||||
$this->cats->formatted_list('select','all',$this->cat_id,'True'));
|
$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
|
// Filter all or hideprivate
|
||||||
$file[] = $this->_select_box('Filter','filter',
|
$file[] = $this->_select_box('Filter','filter',
|
||||||
'<option value="all"'.($this->filter=='all'?' selected="selected"':'').'>'.lang('No filter').'</option>'."\n".
|
'<option value="all"'.($this->filter=='all'?' selected="selected"':'').'>'.lang('No filter').'</option>'."\n".
|
||||||
@ -742,7 +738,6 @@ function load_cal(url,id) {
|
|||||||
$appname = 'calendar';
|
$appname = 'calendar';
|
||||||
$menu_title = lang('Calendar Menu');
|
$menu_title = lang('Calendar Menu');
|
||||||
display_sidebox($appname,$menu_title,$file);
|
display_sidebox($appname,$menu_title,$file);
|
||||||
echo "</form>\n";
|
|
||||||
|
|
||||||
// resources menu hooks
|
// resources menu hooks
|
||||||
foreach ($this->bo->resources as $resource)
|
foreach ($this->bo->resources as $resource)
|
||||||
|
Loading…
Reference in New Issue
Block a user