diff options
author | Byron Jones <bjones@mozilla.com> | 2012-03-09 09:35:50 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-03-09 09:35:50 +0100 |
commit | 569c417a1327fe72c3f8a214be3725c2e19f3d66 (patch) | |
tree | 15e41892ee78187c7ddfcb07ca4e97cf10c0574b /template/en/default/search | |
parent | 66487dc00ee4ab928899e367d8832392231d1a90 (diff) | |
download | bugzilla-569c417a1327fe72c3f8a214be3725c2e19f3d66.tar.gz bugzilla-569c417a1327fe72c3f8a214be3725c2e19f3d66.tar.xz |
Bug 734009: add "does not contain" to people search
Diffstat (limited to 'template/en/default/search')
-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 41e116518..93c81689f 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -333,6 +333,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" }, |