]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/zugferd/form.html
date error in mapping
[mfinanz.git] / templates / webpages / zugferd / form.html
index dd8662fd39c66c5e7ceaa934246833d63d471809..4eb0bbd894f6a856c8b7072544aa7c28b87f7be4 100644 (file)
@@ -6,10 +6,10 @@
  <div class="listtop">[% FORM.title %]</div>
 
  <p>
- [% "Import a ZUGFeRD file:" | $T8 %]
+ [% "Import a Factur-X/ZUGFeRD file:" | $T8 %]
  </p>
 
  <form method="post" action="controller.pl" enctype="multipart/form-data" id="form">
-    [% L.input_tag('file', '', type => 'file', accept => '.pdf') %]
+    [% L.input_tag('file', '', type => 'file', accept => '.pdf,.xml', onchange='kivi.ZUGFeRD.update_file_name();') %]
+    [% L.hidden_tag('file_name', '') %]
  </form>
-