From: lpsolit%gmail.com <> Date: Sun, 23 Sep 2007 02:35:07 +0000 (+0000) Subject: Bug 154484: Option "is not" missing for email address searches - Patch by timeless... X-Git-Tag: bugzilla-3.1.3~526 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b563c51151ed962673d52bd9834a03480efb34cb;p=thirdparty%2Fbugzilla.git Bug 154484: Option "is not" missing for email address searches - Patch by timeless r=joel a=LpSolit --- diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index 349160d158..e9f2ba676d 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" } ] %]