From 9f07124912d27f366ec50f94378026529ce18cde Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 24 Sep 2014 20:06:32 +0000 Subject: Bug 1059318: The drop-down box for components doesn't scroll --- .../ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl') diff --git a/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl b/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl index b3d1deab1..38f87dc1a 100644 --- a/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl +++ b/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl @@ -6,6 +6,7 @@ # defined by the Mozilla Public License, v. 2.0. #%] +[% DEFAULT max_results = 100 %]
@@ -28,6 +30,8 @@ class="bz_default_hidden" width="16" height="11"> No components found + + Result limited to [% max_results FILTER html %] components An error occured
-- cgit v1.2.3-24-g4f1b