issue 70 admin UI/UX developemnt in data import module

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8799 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-08-18 01:30:54 +00:00
parent e46231ae96
commit 5d415ec3c3
8 changed files with 147 additions and 17 deletions

View file

@ -53,6 +53,16 @@
$this->setTemplateFile($template_filename);
}
/**
* @brief Display a form to upload the xml file
**/
function dispImporterAdminImportForm() {
$oDocumentModel = &getModel('document'); //for document lang use in this page
$this->setTemplatePath($this->module_path.'tpl');
$this->setTemplateFile('index');
}
}
?>