]> 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:18:33 +0000 (15:18 -0800)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Sun, 28 Feb 2010 23:18:33 +0000 (15:18 -0800)
r=LpSolit, a=LpSolit

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

index c723e3f9558dd78b023d6375c463ef714f723194..09b9690b1aadc9b6afeecbc167178b253dd527f3 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 %]