зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bug 150804: makes "allwords" the default when searching for keywords.
2xr=bbaetz
This commit is contained in:
Родитель
af1fd119ce
Коммит
099e05229b
|
@ -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 %]"
|
||||
|
|
Загрузка…
Ссылка в новой задаче