summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list.html.tmpl
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-03-01 00:17:12 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-03-01 00:17:12 +0100
commit8ab81b0e0f374ab2cabfc06fbd544c7d817ecbe1 (patch)
tree95d6dc08816cc4a7f9b5dd85d7bb65b91d92411c /template/en/default/list/list.html.tmpl
parentfc9166105862d8fa19ecb5c7c040daf62f764c95 (diff)
downloadbugzilla-8ab81b0e0f374ab2cabfc06fbd544c7d817ecbe1.tar.gz
bugzilla-8ab81b0e0f374ab2cabfc06fbd544c7d817ecbe1.tar.xz
Bug 474738: Make all of the "not" search types show up in search descriptions
r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/list/list.html.tmpl')
-rw-r--r--template/en/default/list/list.html.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 15fc44949..4431a52f3 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -82,9 +82,10 @@
[% END %]
[% SET shown_types = [
- 'notequal', 'regexp', 'notregexp', 'lessthan', 'lessthaneq',
+ 'notequals', 'regexp', 'notregexp', 'lessthan', 'lessthaneq',
'greaterthan', 'greaterthaneq', 'changedbefore', 'changedafter',
- 'changedfrom', 'changedto', 'changedby',
+ 'changedfrom', 'changedto', 'changedby', 'notsubstring', 'nowords',
+ 'nowordssubstr',
] %]
<ul class="search_description">
[% FOREACH desc_item = search_description %]