diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-03-01 00:17:12 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-03-01 00:17:12 +0100 |
commit | 8ab81b0e0f374ab2cabfc06fbd544c7d817ecbe1 (patch) | |
tree | 95d6dc08816cc4a7f9b5dd85d7bb65b91d92411c /template | |
parent | fc9166105862d8fa19ecb5c7c040daf62f764c95 (diff) | |
download | bugzilla-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')
-rw-r--r-- | template/en/default/list/list.html.tmpl | 5 |
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 %] |