X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fct%2Fform_header.html;h=e48152327d513697e31adeea30d47910dddea381;hb=61c72d943f21d7e6d0845af4d46ae0528110b0db;hp=8cbd90d3747143e63169a08e6db16ebe5fcc6478;hpb=593b017a6d8fa8ee57b5623d11f27dd265752f12;p=kivitendo-erp.git diff --git a/templates/webpages/ct/form_header.html b/templates/webpages/ct/form_header.html index 8cbd90d37..e48152327 100644 --- a/templates/webpages/ct/form_header.html +++ b/templates/webpages/ct/form_header.html @@ -8,22 +8,21 @@
- -
+
@@ -107,7 +106,16 @@ - + @@ -280,9 +288,7 @@ [%- END %] - - @@ -297,25 +303,23 @@
[% 'Street' | $T8 %] + + + [% 'Map' | $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, 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)") %] + onchange = "\$('#delivery').load('ct.pl?action=get_delivery&id=' + \$('#cvid').val() + '&db=' + \$('#db').val() + '&shipto_id=' + this.value)") %]
- -
-
+
[%- IF NOTES && NOTES.size %]

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

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

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

- -
[%- END %]