X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/526dad121d0d769b2f1816d108e1c1183f581c12..eab277a411:/templates/webpages/gl/form_header.html
diff --git a/templates/webpages/gl/form_header.html b/templates/webpages/gl/form_header.html
index c6d7242c5..644ff964e 100644
--- a/templates/webpages/gl/form_header.html
+++ b/templates/webpages/gl/form_header.html
@@ -36,6 +36,12 @@
@@ -60,33 +66,41 @@
- | [% 'Date' | $T8 %] |
- [% L.date_tag('transdate', transdate, readonly=readonly) %] |
+ [% 'Transdate' | $T8 %] |
+ [% L.date_tag('transdate', transdate, readonly=readonly) %] |
|
[%- IF id %]
- | [% 'Belegnummer' | $T8 %] |
+ [% 'ID' | $T8 %] |
[% L.input_tag('id', id, size=20, readonly=readonly) %] |
- | [% 'Buchungsdatum' | $T8 %] |
- [% L.date_tag('gldate', gldate, readonly=1) %] |
+ [% 'Gldate' | $T8 %] |
+ [%-# hidden img to keep alignment -%]
+ [% L.date_tag('gldate', gldate, readonly=1) %] |
|
[%- END %]
-[%- IF ALL_DEPARTMENTS %]
+ [% SET departments_style = "";
+ SET departments_style = "style='visibility:hidden'" IF ALL_DEPARTMENTS.size == 0 %]
- | [% 'Department' | $T8 %] |
- [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %] |
+ [% 'Department' | $T8 %] |
+ [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1) %] |
+
+
+
+ | [% 'Delivery Date' | $T8 %] |
+ [% L.date_tag('deliverydate', deliverydate) %] |
+
+
|
-[%- END %]
| [% 'Description' | $T8 %] |