X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d3f862b7af94f31860dd264eef7c1bc7de7eae2..46bc75c8:/templates/webpages/dunning/search.html
diff --git a/templates/webpages/dunning/search.html b/templates/webpages/dunning/search.html
index 6611df216..2e6105af4 100644
--- a/templates/webpages/dunning/search.html
+++ b/templates/webpages/dunning/search.html
@@ -1,5 +1,7 @@
[%- USE T8 %]
-[% USE HTML %]
+[%- USE HTML %]
+[%- USE L %]
+
@@ -71,42 +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 %] |
-
- [%- INCLUDE 'generic/multibox.html'
- name = 'salesman_id',
- style = 'width: 250px',
- DATA = ALL_SALESMEN,
- id_key = 'id',
- label_sub = 'salesman_labels',
- limit = vclimit,
- show_empty = 1,
- allow_textbox = 0,
- -%]
- |
+ [% L.select_tag('salesman_id', L.options_for_select(ALL_EMPLOYEES, title='safe_name', with_empty=1), style='width:250px') %] |
@@ -135,16 +122,6 @@
-
-
-