some changes to be compatible with seek3r new template-system

This commit is contained in:
Ralf Becker 2002-06-01 12:38:51 +00:00
parent 3ff337bd67
commit 31a8e9f34d

View File

@ -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'));
}
/*!