Revision c312b7dc
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 |
<form method="post" action="controller.pl" enctype="multipart/form-data" id="form"> |
|
11 |
<table class="tbl-horizontal"> |
|
12 |
<caption>[% "Import a MT940 file:" | $T8 %]</caption> |
|
10 |
<div class="wrapper"> |
|
11 |
<form method="post" action="controller.pl" enctype="multipart/form-data" id="form"> |
|
12 |
<table class="tbl-horizontal"> |
|
13 |
<caption>[% "Import a MT940 file:" | $T8 %]</caption> |
|
14 |
<tbody> |
|
15 |
<tr> |
|
16 |
<th>[% LxERP.t8("Charset") %]:</th> |
|
17 |
<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> |
|
18 |
</tr> |
|
19 |
<tr> |
|
20 |
<th>[% LxERP.t8("MT940 file") %]:</th> |
|
21 |
<td>[% L.input_tag('file', '', type => 'file', accept => '*') %]</td> |
|
22 |
</tr> |
|
13 | 23 |
<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> |
|
24 |
</form> |
|
24 |
</table> |
|
25 |
</form> |
|
26 |
</div> |
Auch abrufbar als: Unified diff
design40: MT940 Importdatei auswählen