]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 154484: Option "is not" missing for email address searches - Patch by timeless...
authorlpsolit%gmail.com <>
Sun, 23 Sep 2007 02:35:07 +0000 (02:35 +0000)
committerlpsolit%gmail.com <>
Sun, 23 Sep 2007 02:35:07 +0000 (02:35 +0000)
template/en/default/search/form.html.tmpl

index 349160d15834f2c8f72002624b64896ba3b156f2..e9f2ba676dc2f3977ee98609080532911de38047 100644 (file)
@@ -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" } ] %]