Merge branch 'bankerweiterung_und_skonto'
[kivitendo-erp.git] / templates / webpages / bankimport / form.html
1 [%- USE HTML %]
2 [%- USE LxERP %]
3 [%- USE L %]
4 [%- USE T8 %]
5
6  <div class="listtop">[% FORM.title %]</div>
7
8  [% IF profile %]
9  <p>
10  [% "Import a MT940 file:" | $T8 %]
11  </p>
12
13  <form method="post" action="controller.pl" enctype="multipart/form-data">
14   [% L.hidden_tag('action', 'BankImport/import_mt940') %]
15
16     [% L.input_tag('file', '', type => 'file', accept => '*') %]
17     [% L.submit_tag('action_import_mt940', LxERP.t8('Import')) %]
18
19  </form>
20  [% ELSE %]
21  <p>
22  [% "Please create a CSV import profile called \"MT940\" for the import type bank transactions:" | $T8 %] <a href="[% SELF.url_for(controller => 'CsvImport', action => 'new', 'profile.type' => 'bank_transactions' ) %]">CsvImport</a>
23  </p>
24  [% END %]