From b612625658d6c141c901464b555d14ba4fd2ecae Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Wed, 10 Jul 2002 20:16:02 +0000 Subject: Bug 155031 - search by votes is shown even when votes are turned off. r=jouni x2 --- template/en/default/search/form.html.tmpl | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'template/en/default/search/form.html.tmpl') diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index 5d3251a96..057ef12ef 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -595,14 +595,16 @@ function selectProduct(f) { (comma-separated list) - - - Only bugs with at least: - - - votes - - + [% IF Param('usevotes') %] + + + Only bugs with at least: + + + votes + + + [% END %] -- cgit v1.2.3-24-g4f1b