X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/469ca9fc3cac624073270fc3217766dbb7aba253..3ab26ffc:/templates/webpages/do/search.html diff --git a/templates/webpages/do/search.html b/templates/webpages/do/search.html index 7d750d06b..f7ab5d591 100644 --- a/templates/webpages/do/search.html +++ b/templates/webpages/do/search.html @@ -62,7 +62,7 @@ @@ -71,13 +71,13 @@ [% 'Employee' | $T8 %] - [% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, title='safe_name', with_empty=1), class='fixed_width') %] + [% L.select_tag('employee_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, class = 'fixed_width') %] [%- IF is_customer %] [% 'Salesman' | $T8 %] - [% L.select_tag('salesman_id', L.options_for_select(ALL_EMPLOYEES, title='safe_name', with_empty=1), class='fixed_width') %] + [% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, class = 'fixed_width') %] [%- END %] @@ -173,6 +173,25 @@ + + [% IF is_customer %] + + + + + [% END %] + + + + + + + + + + + + @@ -185,11 +204,6 @@ - - - - - @@ -223,4 +237,3 @@ -