X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/0e723a19cf157a78a57458dda69fd1ea36e68ea1..5ac0b1b2cb0b120d0421acd6355a31e376885646:/templates/webpages/ct/form_header.html diff --git a/templates/webpages/ct/form_header.html b/templates/webpages/ct/form_header.html index 43f64b0e2..f56c9c212 100644 --- a/templates/webpages/ct/form_header.html +++ b/templates/webpages/ct/form_header.html @@ -8,22 +8,21 @@
- -
+
@@ -107,7 +106,16 @@ - + @@ -258,10 +266,10 @@ - - - - + + + + @@ -280,9 +288,7 @@ [%- END %] - - @@ -297,24 +303,22 @@
[% 'Street' | $T8 %] + + + [% 'Map' | $T8 %] + +
[% 'Obsolete' | $T8 %][% 'direct debit' | $T8 %]
[% 'Salesman' | $T8 %] [% L.select_tag('salesman_id', ALL_SALESMEN, default = salesman_id, with_empty = 1, title_key = 'safe_name') %]
[% 'taxincluded checked' | $T8 %] [% L.select_tag('taxincluded_checked', [[undef, LxERP.t8('use user config')], ['1', LxERP.t8('Yes')], ['0', LxERP.t8('No')]], default = taxincluded_checked) %]
- -
-
+
[% INCLUDE 'ct/_shipto.html' %]
-
+
[% INCLUDE 'ct/_contact.html' %]
-
+
@@ -343,11 +347,9 @@
[% 'Shipping Address' | $T8 %] - [% L.select_tag('delivery_id', SHIPTO_ALL, title_sub = \shipto_label, with_empty = 1, + [% L.select_tag('delivery_id', SHIPTO_ALL, value_key = 'shipto_id', title_sub = \shipto_label, with_empty = 1, onchange = "\$('#delivery').load('ct.pl?action=get_delivery&id=' + \$('#cvid').attr('value') + '&db=' + \$('#db').attr('value') + '&shipto_id=' + this.value)") %]
- -
-
+
[%- IF NOTES && NOTES.size %]

@@ -416,12 +418,10 @@

- -
[%- IF CUSTOM_VARIABLES.CT.size %] -
+

@@ -433,8 +433,6 @@ [%- END %]

- -
[%- END %]