Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 502a10d4

Von Moritz Bunkus vor etwa 3 Jahren hinzugefügt

  • ID 502a10d47975bb857364282ac2bfe7f995b21a86
  • Vorgänger 429a7c21
  • Nachfolger e71def0d

MT940: Zeichensatz der Datei bei Import auswählen können

Unterschiede anzeigen:

templates/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>
12
    <tr>
13
      <td>[% LxERP.t8("Charset") %]:</td>
14
      <td>[% L.select_tag('charset', [ [ 'ISO-8859-15', 'ISO-8859-15 (Latin 1)' ], [ 'UTF-8', 'UTF-8' ], [ 'Windows-1252', 'Windows-1252' ] ], default='UTF-8') %]</td>
15
    </tr>
16

  
17
    <tr>
18
      <td>[% LxERP.t8("MT940 file") %]:</td>
19
      <td>[% L.input_tag('file', '', type => 'file', accept => '*') %]</td>
20
    </tr>
21
  </table>
16 22
</form>

Auch abrufbar als: Unified diff