X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/526dad121d0d769b2f1816d108e1c1183f581c12..bcc996e65643:/templates/webpages/gl/form_header.html
diff --git a/templates/webpages/gl/form_header.html b/templates/webpages/gl/form_header.html
index c6d7242c5..e8b7b5a6a 100644
--- a/templates/webpages/gl/form_header.html
+++ b/templates/webpages/gl/form_header.html
@@ -36,6 +36,12 @@
@@ -60,7 +66,7 @@
- | [% 'Date' | $T8 %] |
+ [% 'Transdate' | $T8 %] |
[% L.date_tag('transdate', transdate, readonly=readonly) %] |
@@ -68,12 +74,12 @@
[%- IF id %]
|
- | [% 'Belegnummer' | $T8 %] |
+ [% 'ID' | $T8 %] |
[% L.input_tag('id', id, size=20, readonly=readonly) %] |
- | [% 'Buchungsdatum' | $T8 %] |
+ [% 'Gldate' | $T8 %] |
[% L.date_tag('gldate', gldate, readonly=1) %] |
|