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

2xr=bbaetz
This commit is contained in:
myk%mozilla.org 2002-07-09 00:48:25 +00:00
Родитель af1fd119ce
Коммит 099e05229b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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