X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/261cfce2d80642a4df62b59a92cb5cc48cf279a4..58966151:/templates/webpages/ct/form_header.html
diff --git a/templates/webpages/ct/form_header.html b/templates/webpages/ct/form_header.html
index 5e5480ae2..9c3df1221 100644
--- a/templates/webpages/ct/form_header.html
+++ b/templates/webpages/ct/form_header.html
@@ -215,7 +215,7 @@
|
[%- IF ALL_CURRENCIES.size %]
[% 'Currency' | $T8 %] |
- [% L.select_tag('currency', L.options_for_select(ALL_CURRENCIES, default=currency, with_empty=1)) %] |
+ [% L.select_tag('currency', ALL_CURRENCIES, default = currency, with_empty = 1) %] |
[%- END %]
@@ -279,7 +279,7 @@
[%- IF is_customer && !conf_vertreter %]
[% 'Salesman' | $T8 %] |
- [% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=salesman_id, with_empty=1, title='safe_name')) %] |
+ [% L.select_tag('salesman_id', ALL_SALESMEN, default = salesman_id, with_empty = 1, title_key = 'safe_name') %] |
[%- END %]
@@ -310,8 +310,8 @@
| [% 'Shipping Address' | $T8 %] |
- [% L.select_tag('delivery_id', L.options_for_select(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, 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)") %]
|
@@ -399,7 +399,7 @@
[% 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')) %]
+ [% L.select_tag('FU_created_for_user', ALL_EMPLOYEES, default = (FU_created_for_user ? FU_created_for_user : USER.id), title='safe_name') %]
|