X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ffac48200e07de28e9efcb20c668ba3f1e3ed12e..4bed72f:/templates/webpages/ct/form_header.html diff --git a/templates/webpages/ct/form_header.html b/templates/webpages/ct/form_header.html index 8530b1e14..e48152327 100644 --- a/templates/webpages/ct/form_header.html +++ b/templates/webpages/ct/form_header.html @@ -1,7 +1,6 @@ [%- USE T8 %] [% USE HTML %][% USE LxERP %] [% USE L %] -

[% title %]

@@ -9,22 +8,21 @@
- -
+
@@ -108,7 +106,16 @@ - + @@ -259,10 +266,10 @@ - - - - + + + + @@ -281,9 +288,7 @@ [%- END %] - - @@ -298,25 +303,23 @@
[% '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' %]
-
+
@@ -344,11 +347,9 @@
[% 'Shipping Address' | $T8 %] - [% L.select_tag('delivery_id', SHIPTO_ALL, 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)") %] + [% 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').val() + '&db=' + \$('#db').val() + '&shipto_id=' + this.value)") %]
- -
-
+
[%- IF NOTES && NOTES.size %]

@@ -417,12 +418,10 @@

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

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

- -
[%- END %]