Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0070a250

Von Andreas Rudin vor fast 7 Jahren hinzugefügt

  • ID 0070a2500fcd59d65a6f39a7a4e8d5eb9ef6cdbd
  • Vorgänger 0e04ddd7
  • Nachfolger c1c8b867

Korrekturen und Vereinheitlichung der Nomenklatur bzgl. Buchungs- und Erfassungsdatum, diverse kleinere Korrekturen bei der Nomenklatur

Unterschiede anzeigen:

templates/webpages/gl/form_header.html
66 66
          <td align=left>
67 67
            <table>
68 68
              <tr>
69
                <th align=right width=50% nowrap>[% 'Date' | $T8 %]</th>
69
                <th align=right width=50% nowrap>[% 'Transdate' | $T8 %]</th>
70 70
                <td>[% L.date_tag('transdate', transdate, readonly=readonly) %]</td>
71 71
              </tr>
72 72
            </table>
......
74 74
        </tr>
75 75
[%- IF id %]
76 76
        <tr>
77
          <th align=right>[% 'Belegnummer' | $T8 %]</th>
77
          <th align=right>[% 'ID' | $T8 %]</th>
78 78
          <td>[% L.input_tag('id', id,  size=20, readonly=readonly) %]</td>
79 79
          <td align=left>
80 80
          <table>
81 81
              <tr>
82
                <th align=right width=50%>[% 'Buchungsdatum' | $T8 %]</th>
82
                <th align=right width=50%>[% 'Gldate' | $T8 %]</th>
83 83
                <td align=left>[% L.date_tag('gldate', gldate, readonly=1) %]</td>
84 84
              </tr>
85 85
            </table>

Auch abrufbar als: Unified diff