From 8ab81b0e0f374ab2cabfc06fbd544c7d817ecbe1 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Sun, 28 Feb 2010 15:17:12 -0800 Subject: Bug 474738: Make all of the "not" search types show up in search descriptions r=LpSolit, a=LpSolit --- template/en/default/list/list.html.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'template/en/default/list/list.html.tmpl') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 15fc44949..4431a52f3 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -82,9 +82,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', ] %]