From 05a2b26d9038752a40348a3f226e44710833c49b Mon Sep 17 00:00:00 2001 From: raylu Date: Sat, 2 Jul 2011 17:02:07 -0700 Subject: pull in dev branch changes not pulled: swiftmailer, gzip --- views/import/index.html.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 views/import/index.html.php (limited to 'views/import') 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 @@ +form->create(); + echo $this->form->field(array('type' => 'file')); + echo $this->form->end(); +?> \ No newline at end of file -- cgit v1.2.3