Commit 8ab81b0e authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

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

r=LpSolit, a=LpSolit
parent fc916610
...@@ -82,9 +82,10 @@ ...@@ -82,9 +82,10 @@
[% END %] [% END %]
[% SET shown_types = [ [% SET shown_types = [
'notequal', 'regexp', 'notregexp', 'lessthan', 'lessthaneq', 'notequals', 'regexp', 'notregexp', 'lessthan', 'lessthaneq',
'greaterthan', 'greaterthaneq', 'changedbefore', 'changedafter', 'greaterthan', 'greaterthaneq', 'changedbefore', 'changedafter',
'changedfrom', 'changedto', 'changedby', 'changedfrom', 'changedto', 'changedby', 'notsubstring', 'nowords',
'nowordssubstr',
] %] ] %]
<ul class="search_description"> <ul class="search_description">
[% FOREACH desc_item = search_description %] [% FOREACH desc_item = search_description %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment