From: Max Kanat-Alexander Date: Sun, 28 Feb 2010 23:18:33 +0000 (-0800) Subject: Bug 474738: Make all of the "not" search types show up in search descriptions X-Git-Tag: bugzilla-3.4.6~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90c2a9d48bc901b340abc04a97d953f12b7d6264;p=thirdparty%2Fbugzilla.git Bug 474738: Make all of the "not" search types show up in search descriptions r=LpSolit, a=LpSolit --- diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index c723e3f955..09b9690b1a 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -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', ] %]