From 2fe3e064fdeabf1d86b18a71b97cb506a023605b Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 24 Jul 2013 16:33:09 +0800 Subject: Bug 345194: Add "is empty" and "is not empty" search operators to the boolean chart r=LpSolit, a=sgreen --- template/en/default/list/list.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/list') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index dcc140cf2..6e1755fed 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -103,7 +103,7 @@ 'notequals', 'regexp', 'notregexp', 'lessthan', 'lessthaneq', 'greaterthan', 'greaterthaneq', 'changedbefore', 'changedafter', 'changedfrom', 'changedto', 'changedby', 'notsubstring', 'nowords', - 'nowordssubstr', 'notmatches', + 'nowordssubstr', 'notmatches', 'isempty', 'isnotempty' ] %] Hide Search Description -- cgit v1.2.3-24-g4f1b