Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ea8daf55

Von Cem Aydin vor fast 2 Jahren hinzugefügt

  • ID ea8daf5593686ee504f1ef35164a82d6364613fb
  • Vorgänger 1fb4c5a5
  • Nachfolger 9ba8c112

design40: Template pay_posting_import/form.html vereinheitlicht/bereinigt

- Formatierung vereinheitlicht
- colgroup mit Breiten hinzugefügt
- Doppelpunkte entfernt (analog zu anderen Templates)
- Tabellenspalte entfernt
- Label für checkbox hinzugefügt
- wrapper Kommentar korrigiert
- lokales lauf en/de

Unterschiede anzeigen:

locale/de/all
1920 1920
  'Import Pay Postings'         => 'Lohnbuchungen importieren',
1921 1921
  'Import Status'               => 'Import Status',
1922 1922
  'Import a Factur-X/ZUGFeRD file:' => 'Eine Factur-X-/ZUGFeRD-Datei importieren',
1923
  'Import a File'               => 'Datei importieren',
1923 1924
  'Import a File:'              => 'Datei importieren:',
1924 1925
  'Import a MT940 file:'        => 'Laden Sie eine MT940 Datei hoch:',
1925 1926
  'Import all'                  => 'Importiere Alle',
locale/en/all
1919 1919
  'Import Pay Postings'         => '',
1920 1920
  'Import Status'               => '',
1921 1921
  'Import a Factur-X/ZUGFeRD file:' => '',
1922
  'Import a File'               => '',
1922 1923
  'Import a File:'              => '',
1923 1924
  'Import a MT940 file:'        => '',
1924 1925
  'Import all'                  => '',
templates/design40_webpages/pay_posting_import/form.html
1
[%- USE HTML %]
2
[%- USE LxERP %]
3
[%- USE L %]
4
[%- USE T8 %]
5
[%- INCLUDE 'common/flash.html' %]
1
[% USE HTML %]
2
[% USE LxERP %]
3
[% USE L %]
4
[% USE T8 %]
5
[% INCLUDE 'common/flash.html' %]
6 6

  
7 7
<h1>[% FORM.title %]</h1>
8 8

  
9 9
<div class="wrapper">
10

  
10 11
[% IF (SELF.gl_trans.size) %]
11 12
 <table class="tbl-list" id="gl_trans">
12 13
  <caption>[% SELF.gl_trans.size %]&nbsp;[% "entries imported" | $T8 %].</caption>
......
34 35
[% END %]
35 36
<form method="post" action="controller.pl" enctype="multipart/form-data" id="form">
36 37
<table class="tbl-horizontal">
37
  <caption>[% "Import a File:" | $T8 %]</caption>
38
  <caption>[% "Import a File" | $T8 %]</caption>
39
  <colgroup>
40
    <col class="wi-normal">
41
    <col class="wi-lightwide">
42
  </colgroup>
38 43
  <tbody>
39 44
    <tr>
40
      <th>[% LxERP.t8("CSV File") %]:</th>
41
      <td></td>
45
      <th>[% LxERP.t8("CSV File") %]</th>
42 46
      <td>[% L.input_tag('file', '', type => 'file', accept => '.csv') %]</td>
43 47
    </tr>
44 48
    <tr>
45
      <th>[% 'Close Books up to' | $T8 %]:</th>
46
      <td>[% L.checkbox_tag('set_closedto', value => 1, checked => 1, class => 'checkbox') %]</td>
47
      <td>[% L.date_tag('closedto', closedto) %]</td>
49
      <th><label for="set_closedto">[% LxERP.t8("Close Books up to") %]</label></th>
50
      <td>[% L.checkbox_tag('set_closedto', value => 1, checked => 1, id => 'set_closedto') %]&nbsp;[% L.date_tag('closedto', closedto) %]</td>
48 51
    </tr>
49 52
  <tbody>
50 53
</table>
51 54
</form>
52
</div><!-- /.cols -->
55

  
56
</div><!-- /.wrapper -->

Auch abrufbar als: Unified diff