Bug 474738: Make all of the "not" search types show up in search descriptions

r=LpSolit, a=LpSolit


git-svn-id: svn://10.0.0.236/branches/BUGZILLA-3_6-BRANCH@259843 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2010-02-28 23:35:30 +00:00
parent e7a8930bea
commit 2f0720389a
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
7005
7006

View File

@ -80,9 +80,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 %]