X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b0f652b639cd4d363235e8f9b53e14efc5085e1a..46bc75c8:/templates/webpages/ct/form_header.html
diff --git a/templates/webpages/ct/form_header.html b/templates/webpages/ct/form_header.html
index 90e1a904e..5e5480ae2 100644
--- a/templates/webpages/ct/form_header.html
+++ b/templates/webpages/ct/form_header.html
@@ -17,7 +17,7 @@
[% 'Supplies' | $T8 %]
[%- END %]
[% 'Notes' | $T8 %]
- [%- IF CUSTOM_VARIABLES.size %]
+ [%- IF CUSTOM_VARIABLES.CT.size %]
[% 'Custom Variables' | $T8 %]
[%- END %]
@@ -131,7 +131,7 @@
| [% 'Phone' | $T8 %] |
- |
+ |
@@ -150,7 +150,7 @@
[% ELSE %][% 'Homepage' | $T8 %]
[% END %]
- |
+ |
@@ -213,6 +213,10 @@
|
[% 'BIC' | $T8 %] |
|
+ [%- IF ALL_CURRENCIES.size %]
+ [% 'Currency' | $T8 %] |
+ [% L.select_tag('currency', L.options_for_select(ALL_CURRENCIES, default=currency, with_empty=1)) %] |
+ [%- END %]
@@ -275,15 +279,7 @@
[%- IF is_customer && !conf_vertreter %]
| [% 'Salesman' | $T8 %] |
-
- [%- INCLUDE generic/multibox.html
- name = 'salesman_id',
- DATA = ALL_SALESMEN,
- show_empty = 1,
- id_key = 'id',
- label_sub = 'salesman_label',
- -%]
- |
+ [% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=salesman_id, with_empty=1, title='safe_name')) %] |
[%- END %]
@@ -303,16 +299,10 @@
[% INCLUDE 'ct/_shipto.html' %]
-
-
-
[% INCLUDE 'ct/_contact.html' %]
-
-
-
@@ -328,13 +318,17 @@
| [% 'From' | $T8 %] |
-
-
+ [% L.date_tag('from',
+ from,
+ onchange => "\$('#delivery').load('ct.pl?action=get_delivery&shipto_id='+ \$('#delivery_id').val() +'&from='+ \$('#from').val() +'&to='+ \$('#to').val() +'&id='+ \$('#cvid').val() +'&db='+ \$('#db').val())")
+ %]
|
[% 'To (time)' | $T8 %] |
-
-
+ [% L.date_tag('to',
+ to,
+ onchange => "\$('#delivery').load('ct.pl?action=get_delivery&shipto_id='+ \$('#delivery_id').val() +'&from='+ \$('#from').val() +'&to='+ \$('#to').val() +'&id='+ \$('#cvid').val() +'&db='+ \$('#db').val())")
+ %]
|
@@ -403,16 +397,9 @@
| [% 'Follow-Up On' | $T8 %] |
-
-
+ [% L.date_tag('FU_date', FU_date) %]
[% 'for' | $T8 %]
-
+ [% L.select_tag('FU_created_for_user', L.options_for_select(ALL_EMPLOYEES, default=(FU_created_for_user ? FU_created_for_user : USER.id), title='safe_name')) %]
|
@@ -429,12 +416,12 @@
- [%- IF CUSTOM_VARIABLES.size %]
+ [%- IF CUSTOM_VARIABLES.CT.size %]
- [%- FOREACH var = CUSTOM_VARIABLES %]
+ [%- FOREACH var = CUSTOM_VARIABLES.CT %]
| [% HTML.escape(var.description) %] |
[% var.HTML_CODE %] |