mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
Fix edit definition dialog looks weird when we open it directly to a certain step
This commit is contained in:
parent
a2833ecbe1
commit
fd6d0424e3
@ -607,7 +607,7 @@ class importexport_definitions_ui
|
||||
|
||||
unset($content['button']);
|
||||
$content['wizard_content'] = $this->wizard_content_template;
|
||||
$this->etpl->exec(self::_appname.'.importexport_definitions_ui.wizard',$content,$sel_options,$readonlys,$preserv);
|
||||
$this->etpl->exec(self::_appname.'.importexport_definitions_ui.wizard',$content,$sel_options,$readonlys,$preserv,2);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user