X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6bf344a110af7cc9f8c880ee766cf0de0bf756d1..3ab26ffc:/templates/webpages/dunning/search.html
diff --git a/templates/webpages/dunning/search.html b/templates/webpages/dunning/search.html
index c95829c58..5d3bfdf8b 100644
--- a/templates/webpages/dunning/search.html
+++ b/templates/webpages/dunning/search.html
@@ -73,31 +73,27 @@
| [% 'Invdate from' | $T8 %] |
-
-
+ [% L.date_tag('transdatefrom') %]
|
[% 'To (time)' | $T8 %] |
-
-
+ [% L.date_tag('transdateto') %]
|
| [% 'Dunning Date from' | $T8 %] |
-
-
+ [% L.date_tag('dunningfrom') %]
|
[% 'To (time)' | $T8 %] |
-
-
+ [% L.date_tag('dunningto') %]
|
| [% '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') %] |
@@ -126,16 +122,6 @@
-
-
-