Bug 156426: Query interface had ´:s instead of ':s in "doesn't".
2xr=timeless git-svn-id: svn://10.0.0.236/branches/BUGZILLA-2_16-BRANCH@125024 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -325,7 +325,7 @@ function selectProduct(f) {
|
||||
{ value => "allwords", description => "contains all of the words" },
|
||||
{ value => "anywords", description => "contains any of the words" },
|
||||
{ value => "regexp", description => "matches the regexp" },
|
||||
{ value => "notregexp", description => "doesn’t match the regexp" } ] %]
|
||||
{ value => "notregexp", description => "doesn't match the regexp" } ] %]
|
||||
|
||||
[%# *** Summary *** %]
|
||||
|
||||
@@ -557,7 +557,7 @@ function selectProduct(f) {
|
||||
{ name => "substring", description => "contains" },
|
||||
{ name => "exact", description => "is" },
|
||||
{ name => "regexp", description => "matches regexp" },
|
||||
{ name => "notregexp", description => "doesn’t match regexp" } ] %]
|
||||
{ name => "notregexp", description => "doesn't match regexp" } ] %]
|
||||
|
||||
<option value="[% qv.name %]"
|
||||
[% " selected" IF default.emailtype.$n == qv.name %]>[% qv.description %]</option>
|
||||
|
||||
Reference in New Issue
Block a user