X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7bff84cbc6daa65a74b9f5c83415c98856eb30a1..c32a41cc4d5187108a940f1afe69326c8efb4322:/templates/webpages/ct/form_header.html diff --git a/templates/webpages/ct/form_header.html b/templates/webpages/ct/form_header.html index d2e5c3508..f56c9c212 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,11 +288,9 @@ [%- END %] - - - +
[% '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')], ['y', LxERP.t8('Yes')], ['n', LxERP.t8('No')]], default = taxincluded_checked) %][% L.select_tag('taxincluded_checked', [[undef, LxERP.t8('use user config')], ['1', LxERP.t8('Yes')], ['0', LxERP.t8('No')]], default = taxincluded_checked) %]
@@ -298,24 +303,22 @@ - -
-
+
[% 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, + [% 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 %]

@@ -404,7 +405,7 @@ [% L.date_tag('FU_date', FU_date) %] [% 'for' | $T8 %] - [% L.select_tag('FU_created_for_user', ALL_EMPLOYEES, default = (FU_created_for_user ? FU_created_for_user : USER.id), title='safe_name') %] + [% L.select_tag('FU_created_for_user', ALL_EMPLOYEES, default = (FU_created_for_user ? FU_created_for_user : USER.id), title_key='safe_name') %] @@ -417,12 +418,10 @@

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

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

- -
[%- END %]