S/C/PayPostingImport Prototyp
[kivitendo-erp.git] / templates / webpages / pay_posting_import / form.html
diff --git a/templates/webpages/pay_posting_import/form.html b/templates/webpages/pay_posting_import/form.html
new file mode 100644 (file)
index 0000000..f20f933
--- /dev/null
@@ -0,0 +1,12 @@
+[%- USE HTML %]
+[%- USE LxERP %]
+[%- USE L %]
+[%- USE T8 %]
+[%- INCLUDE 'common/flash.html' %]
+<div class="listtop">[% FORM.title %]</div>
+<p>
+ [% "Import a File:" | $T8 %]
+</p>
+<form method="post" action="controller.pl" enctype="multipart/form-data" id="form">
+  [% L.input_tag('file', '', type => 'file', accept => '.csv') %]
+</form>