summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-09-23 04:35:07 +0200
committerlpsolit%gmail.com <>2007-09-23 04:35:07 +0200
commitb563c51151ed962673d52bd9834a03480efb34cb (patch)
tree4a122747ec47fa5cac535a8a23a9c5e202d01d96 /template
parent2eec37a62c7f6916dd02ed1b27111cac53bb4e59 (diff)
downloadbugzilla-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
Diffstat (limited to 'template')
-rw-r--r--template/en/default/search/form.html.tmpl1
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" } ] %]