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:
parent
e7a8930bea
commit
2f0720389a
@ -1 +1 @@
|
||||
7005
|
||||
7006
|
||||
@ -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 %]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user