X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fsearch.html;h=b2ad1704fa031406a056e93224ce0c62caf32793;hb=964590702994ec4787b68c028cd7d78edfe1bfa7;hp=811384c6f31d9ef63863dcb913b8565f5c4c014e;hpb=b61f5c3df68e3a3b4fb6a8a287172b0989215748;p=kivitendo-erp.git diff --git a/templates/webpages/do/search.html b/templates/webpages/do/search.html index 811384c6f..b2ad1704f 100644 --- a/templates/webpages/do/search.html +++ b/templates/webpages/do/search.html @@ -1,4 +1,5 @@ [%- USE T8 %] +[%- USE L %] [% USE HTML %][% USE LxERP %] [%- IF vc == 'customer' %] @@ -72,27 +73,13 @@ [% 'Employee' | $T8 %] - - - + [% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, title='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') %] [%- END %]