Revision 74518561
Von Jan Büren vor fast 2 Jahren hinzugefügt
templates/design40_webpages/bank_import/upload_mt940.html | ||
---|---|---|
7 | 7 |
|
8 | 8 |
<h1>[% FORM.title %]</h1> |
9 | 9 |
|
10 |
<p> |
|
11 |
[% "Import a MT940 file:" | $T8 %] |
|
12 |
</p> |
|
13 |
|
|
14 | 10 |
<form method="post" action="controller.pl" enctype="multipart/form-data" id="form"> |
15 |
[% L.input_tag('file', '', type => 'file', accept => '*') %] |
|
11 |
<table class="tbl-horizontal"> |
|
12 |
<caption>[% "Import a MT940 file:" | $T8 %]</caption> |
|
13 |
<tbody> |
|
14 |
<tr> |
|
15 |
<th>[% LxERP.t8("Charset") %]:</th> |
|
16 |
<td class="wi-wide">[% L.select_tag('charset', [ [ 'ISO-8859-15', 'ISO-8859-15 (Latin 1)' ], [ 'UTF-8', 'UTF-8' ], [ 'Windows-1252', 'Windows-1252' ] ], default='UTF-8') %]</td> |
|
17 |
</tr> |
|
18 |
<tr> |
|
19 |
<th>[% LxERP.t8("MT940 file") %]:</th> |
|
20 |
<td>[% L.input_tag('file', '', type => 'file', accept => '*') %]</td> |
|
21 |
</tr> |
|
22 |
<tbody> |
|
23 |
</table> |
|
16 | 24 |
</form> |
Auch abrufbar als: Unified diff
design40: 502a10d4 MT940: Zeichensatz der Datei bei Import auswählen können
2. Template im Commit