Revision a474e147
Von Cem Aydin vor etwa 2 Jahren hinzugefügt
templates/design40_webpages/zugferd/form.html | ||
---|---|---|
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
[% USE L %]
|
||
[% USE T8 %]
|
||
|
||
[% INCLUDE 'common/flash.html' %]
|
||
|
||
<h1>[% FORM.title %]</h1>
|
||
|
||
<div class="wrapper">
|
||
|
||
<p>[% "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') %]
|
||
</form>
|
||
|
||
</div>
|
Auch abrufbar als: Unified diff
design40: Fehlende Template zugferd/form.html kopiert
- Formatierung vereinheitlicht
- wrapper Klasse hinzugefügt
- Einrückung angepasst
- Titel in h1 gesetzt