diff options
author | lpsolit%gmail.com <> | 2007-09-23 04:35:07 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-09-23 04:35:07 +0200 |
commit | b563c51151ed962673d52bd9834a03480efb34cb (patch) | |
tree | 4a122747ec47fa5cac535a8a23a9c5e202d01d96 | |
parent | 2eec37a62c7f6916dd02ed1b27111cac53bb4e59 (diff) | |
download | bugzilla-b563c51151ed962673d52bd9834a03480efb34cb.tar.gz bugzilla-b563c51151ed962673d52bd9834a03480efb34cb.tar.xz |
Bug 154484: Option "is not" missing for email address searches - Patch by timeless <timeless@bemail.org> r=joel a=LpSolit
-rw-r--r-- | template/en/default/search/form.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index 349160d15..e9f2ba676 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -513,6 +513,7 @@ function doOnSelectProduct(selectmode) { [% FOREACH qv = [ { name => "substring", description => "contains" }, { name => "exact", description => "is" }, + { name => "notequals", description => "is not" }, { name => "regexp", description => "matches regexp" }, { name => "notregexp", description => "doesn't match regexp" } ] %] |