Make sure definition edit opens as popup

This commit is contained in:
Nathan Gray 2013-11-15 19:58:50 +00:00
parent 3a3227bc27
commit 0befd85d04

View File

@ -609,7 +609,7 @@ class importexport_definitions_ui
}
$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);
}
}