]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 474738: Make all of the "not" search types show up in search descriptions
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Sun, 28 Feb 2010 23:17:59 +0000 (15:17 -0800)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Sun, 28 Feb 2010 23:17:59 +0000 (15:17 -0800)
r=LpSolit, a=LpSolit

template/en/default/list/list.html.tmpl

index 1e9a9e998a26781b1a701bbca1e34cf17bf7e63a..8a820810338b8753b4a42527366247822e7854b1 100644 (file)
 [% 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 %]