]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 673012: Add "does not contain" to people search
authorMatt Selsky <selsky@columbia.edu>
Sat, 15 Oct 2011 12:56:07 +0000 (14:56 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 15 Oct 2011 12:56:07 +0000 (14:56 +0200)
r=gerv a=mkanat

template/en/default/search/form.html.tmpl

index fb9454ff64bc93cfe29d1e9010c76111188d3962..b1134de606a8dba27ae040ea1c00e700154c4fb9 100644 (file)
@@ -257,6 +257,7 @@ TUI_hide_default('information_query');
       <select name="emailtype[% n %]">
       [% FOREACH qv = [
         { name => "substring", description => "contains" },
+        { name => "notsubstring", description => "doesn't contain" },
         { name => "exact", description => "is" },
         { name => "notequals", description => "is not" },
         { name => "regexp", description => "matches regexp" },