X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5729856b2a3b4aeecda843329939363dcd08ae6f..ea8e8a62:/templates/webpages/part/part_picker_search.html diff --git a/templates/webpages/part/part_picker_search.html b/templates/webpages/part/part_picker_search.html index 318c95e10..bf1090bc1 100644 --- a/templates/webpages/part/part_picker_search.html +++ b/templates/webpages/part/part_picker_search.html @@ -3,10 +3,9 @@ [%- USE LxERP %] [%- USE T8 %] -

[% 'Part picker' | $T8 %]

-[% L.input_tag('part_picker_filter', SELF.filter.all_substr__ilike, class='part_picker_filter') %] +[% LxERP.t8("Filter") %]: [% L.input_tag('part_picker_filter', SELF.filter.all_substr__ilike, class='part_picker_filter') %] [% L.hidden_tag('part_picker_real_id', FORM.real_id) %]
@@ -19,5 +18,5 @@ $('#part_picker_filter').focus(); pp.update_results(); }); - $('#part_picker_filter').keypress(pp.update_results); + $('#part_picker_filter').keypress(pp.result_timer);