X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/469ca9fc3cac624073270fc3217766dbb7aba253..b8fee3fc:/templates/webpages/dunning/search.html diff --git a/templates/webpages/dunning/search.html b/templates/webpages/dunning/search.html index 2e6105af4..18737886c 100644 --- a/templates/webpages/dunning/search.html +++ b/templates/webpages/dunning/search.html @@ -1,8 +1,6 @@ [%- USE T8 %] [%- USE HTML %] [%- USE L %] - -
@@ -18,13 +16,13 @@ [% 'Customer' | $T8 %] [% IF SHOW_CUSTOMER_DDBOX %] - [% FOREACH row = ALL_CUSTOMERS %] [% END %] [% ELSE %] - + [% END %] @@ -93,7 +91,7 @@ [% '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') %] @@ -122,6 +120,4 @@
- -