Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / zugferd / 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
8  <p>
9  [% "Import a Factur-X/ZUGFeRD file:" | $T8 %]
10  </p>
11
12  <form method="post" action="controller.pl" enctype="multipart/form-data" id="form">
13     [% L.input_tag('file', '', type => 'file', accept => '.pdf') %]
14  </form>