X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5729856b2a3b4aeecda843329939363dcd08ae6f..d40a8e2:/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..4d625c7ae 100644
--- a/templates/webpages/part/part_picker_search.html
+++ b/templates/webpages/part/part_picker_search.html
@@ -3,12 +3,15 @@
[%- USE LxERP %]
[%- USE 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_multi__ilike, class='part_picker_filter') %]
[% L.hidden_tag('part_picker_real_id', FORM.real_id) %]
+
+ [% L.checkbox_tag('no_paginate', checked=FORM.no_paginate, id='no_paginate', for_submit=1, label=LxERP.t8('All as list')) %]
+
+
@@ -19,5 +22,7 @@
$('#part_picker_filter').focus();
pp.update_results();
});
- $('#part_picker_filter').keypress(pp.update_results);
+ $('#part_picker_filter').keypress(pp.result_timer);
+ $('#no_paginate').change(pp.update_results);
+