spellcheck für substract
[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" id="form">
14     [% L.input_tag('file', '', type => 'file', accept => '*') %]
15  </form>
16  [% ELSE %]
17  <p>
18  [% "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>
19  </p>
20  [% END %]