X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/469ca9fc3cac624073270fc3217766dbb7aba253..3ab26ffc:/templates/webpages/oe/search.html diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html index 3e3e5df5d..9282beb95 100644 --- a/templates/webpages/oe/search.html +++ b/templates/webpages/oe/search.html @@ -54,11 +54,11 @@ [% 'Employee' | $T8 %] - [% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, title='safe_name', with_empty=1), style='width:250px') %] + [% L.select_tag('employee_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %] [% 'Salesman' | $T8 %] - [% L.select_tag('salesman_id', L.options_for_select(ALL_EMPLOYEES, title='safe_name', with_empty=1), style='width:250px') %] + [% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %] [% 'Transaction description' | $T8 %] @@ -169,6 +169,12 @@ + + + + + +