]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/zugferd/form.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / zugferd / form.html
1 [% USE HTML %]
2 [% USE LxERP %]
3 [% USE L %]
4 [% USE T8 %]
5
6 [% INCLUDE 'common/flash.html' %]
7
8 <h1>[% FORM.title %]</h1>
9
10 <div class="wrapper">
11
12   <p>[% "Import a Factur-X/ZUGFeRD file:" | $T8 %]</p>
13
14   <form method="post" action="controller.pl" enctype="multipart/form-data" id="form">
15     [% L.input_tag('file', '', type => 'file', accept => '.pdf', onchange='kivi.ZUGFeRD.update_file_name();') %]
16     [% L.hidden_tag('file_name', '') %]
17   </form>
18
19 </div>