X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdunning%2Fsearch.html;h=18737886c54bc359850bf54fc516ce48c92ee3f0;hb=3b4068e20d8f7b044b9f85eccacac99ba3d453b3;hp=6611df2161a3cda0f28f7bc0b311f1170e920806;hpb=b61f5c3df68e3a3b4fb6a8a287172b0989215748;p=kivitendo-erp.git diff --git a/templates/webpages/dunning/search.html b/templates/webpages/dunning/search.html index 6611df216..18737886c 100644 --- a/templates/webpages/dunning/search.html +++ b/templates/webpages/dunning/search.html @@ -1,6 +1,6 @@ [%- USE T8 %] -[% USE HTML %] - +[%- USE HTML %] +[%- USE L %]
@@ -16,13 +16,13 @@ [% 'Customer' | $T8 %] [% IF SHOW_CUSTOMER_DDBOX %] - [% FOREACH row = ALL_CUSTOMERS %] [% END %] [% ELSE %] - + [% END %] @@ -71,42 +71,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', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, style = 'width:250px') %] @@ -136,15 +121,3 @@
- - - - -