mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
some changes to be compatible with seek3r new template-system
This commit is contained in:
parent
3ff337bd67
commit
31a8e9f34d
@ -92,7 +92,6 @@
|
||||
$preserv = array();
|
||||
}
|
||||
$GLOBALS['phpgw']->common->phpgw_header();
|
||||
echo parse_navbar();
|
||||
|
||||
$id = $this->save_appsession(array(
|
||||
'name' => $this->name,
|
||||
@ -106,9 +105,9 @@
|
||||
'method' => $method
|
||||
));
|
||||
|
||||
echo $this->html->nextMatchStyles($this->style)."\n\n". // so they get included once
|
||||
$GLOBALS['phpgw']->template->set_var('phpgw_body',$this->html->nextMatchStyles($this->style)."\n\n". // so they get included once
|
||||
$this->html->form($this->show($content,$sel_options,$readonlys,'exec'),
|
||||
array('etemplate_exec_id' => $id),'/index.php?menuaction=etemplate.etemplate.process_exec');
|
||||
array('etemplate_exec_id' => $id),'/index.php?menuaction=etemplate.etemplate.process_exec'));
|
||||
}
|
||||
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user