summaryrefslogtreecommitdiffstats
path: root/views/import
diff options
context:
space:
mode:
Diffstat (limited to 'views/import')
-rw-r--r--views/import/index.html.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/views/import/index.html.php b/views/import/index.html.php
new file mode 100644
index 0000000..da0d396
--- /dev/null
+++ b/views/import/index.html.php
@@ -0,0 +1,5 @@
+<?php
+ echo $this->form->create();
+ echo $this->form->field(array('type' => 'file'));
+ echo $this->form->end();
+?> \ No newline at end of file