f20f93334637fbcff21d723acbf21197ff156676
[kivitendo-erp.git] / templates / webpages / pay_posting_import / form.html
1 [%- USE HTML %]
2 [%- USE LxERP %]
3 [%- USE L %]
4 [%- USE T8 %]
5 [%- INCLUDE 'common/flash.html' %]
6 <div class="listtop">[% FORM.title %]</div>
7 <p>
8  [% "Import a File:" | $T8 %]
9 </p>
10 <form method="post" action="controller.pl" enctype="multipart/form-data" id="form">
11   [% L.input_tag('file', '', type => 'file', accept => '.csv') %]
12 </form>