X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d4925a8b60f04674885e30d9316dc0263f8b9a84..b293ff8ad52fc76ba0c44783e3982418114d6b08:/templates/webpages/gl/form_header.html
diff --git a/templates/webpages/gl/form_header.html b/templates/webpages/gl/form_header.html
index dad0d69cf..8dd130a7d 100644
--- a/templates/webpages/gl/form_header.html
+++ b/templates/webpages/gl/form_header.html
@@ -42,6 +42,9 @@
[% 'Documents' | $T8 %]
[% 'Attachments' | $T8 %]
[%- END %]
+ [%- IF AUTH.assert('record_links', 1) %]
+ [% 'Linked Records' | $T8 %]
+ [%- END %]
[%- END %]
@@ -67,7 +70,7 @@
| [% 'Reference' | $T8 %] |
- [% L.input_tag('reference', reference, size=20, readonly=readonly) %] |
+ [% L.input_tag('reference', reference, style='width:330px', readonly=readonly) %] |
[% 'Transdate' | $T8 %] |
[% L.date_tag('transdate', transdate, readonly=readonly) %] |
@@ -84,16 +87,20 @@
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) %] |
+ [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, style = 'width:334px') %] |
[% 'Tax point' | $T8 %] |
[% L.date_tag('tax_point', tax_point) %] |
- | [% 'Description' | $T8 %] |
- [% L.areainput_tag('description', description, cols=50, readonly=readonly) %] |
+ [% 'Transaction description' | $T8 %] |
+ [% L.input_tag("transaction_description", transaction_description, style='width:330px') %] |
[% 'Delivery Date' | $T8 %] |
[% L.date_tag('deliverydate', deliverydate) %] |
+
+ | [% 'Description' | $T8 %] |
+ [% L.areainput_tag('description', description, cols=50, style='width:330px', readonly=readonly) %] |
+
| [%- IF id %][% 'Mitarbeiter' | $T8 %][% END %] |
[%- IF id %][% L.input_tag('employee', employee, size=20, readonly=readonly) %][% END %] |