Make sure etemplate.js gets loaded

This commit is contained in:
Nathan Gray 2010-06-14 07:45:54 +00:00
parent 1431f149e2
commit d5131a6d92

View File

@ -259,6 +259,7 @@ class importexport_definitions_ui
else
{
$GLOBALS['egw']->js->set_onload("document.getElementById('picturebox').style.display = 'none';");
egw_framework::validate_file('.', 'etemplate', 'etemplate');
$GLOBALS['egw']->common->egw_header();
echo '<div id="divMain">'."\n";
echo '<div><h3>{Im|Ex}port Wizard</h3></div>';