Fix for bug 150804: makes "allwords" the default when searching for keywords.

2xr=bbaetz


git-svn-id: svn://10.0.0.236/trunk@124791 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
myk%mozilla.org
2002-07-09 00:48:25 +00:00
parent bb8f63af01
commit f3dec055c0

View File

@@ -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 %]"