summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authormyk%mozilla.org <>2002-07-09 09:48:25 +0200
committermyk%mozilla.org <>2002-07-09 09:48:25 +0200
commit962353733fdb22a8d7c7edca882381d7ea2134d5 (patch)
tree5ce19b2be7aa2bfb378f3387da552015c718fdae /template
parenta2048c1273b8247701443027cb8758dd56d7fd01 (diff)
downloadbugzilla-962353733fdb22a8d7c7edca882381d7ea2134d5.tar.gz
bugzilla-962353733fdb22a8d7c7edca882381d7ea2134d5.tar.xz
Fix for bug 150804: makes "allwords" the default when searching for keywords.
2xr=bbaetz
Diffstat (limited to 'template')
-rw-r--r--template/en/default/search/form.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl
index 6de37286f..5d3251a96 100644
--- a/template/en/default/search/form.html.tmpl
+++ b/template/en/default/search/form.html.tmpl
@@ -430,8 +430,8 @@ function selectProduct(f) {
<td>
<select name="keywords_type">
[% FOREACH qv = [
- { name => "anywords", description => "contains any of the keywords" },
{ name => "allwords", description => "contains all of the keywords" },
+ { name => "anywords", description => "contains any of the keywords" },
{ name => "nowords", description => "contains none of the keywords" } ] %]
<option value="[% qv.name %]"