diff options
author | Byron Jones <bjones@mozilla.com> | 2013-02-26 07:58:45 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-02-26 07:58:45 +0100 |
commit | 5fe1e8f5d511ad2ac8208a3a43c740bd2c467bd3 (patch) | |
tree | 7ef7f032a965234e97fc68506e5bd74597989748 /template/en | |
parent | 2591846d72d5c1a3d577e9af80fc5fdb6026602d (diff) | |
download | bugzilla-5fe1e8f5d511ad2ac8208a3a43c740bd2c467bd3.tar.gz bugzilla-5fe1e8f5d511ad2ac8208a3a43c740bd2c467bd3.tar.xz |
restore isempty/isnotempty operators to bmo/4.2
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/field-descs.none.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/list/list.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/search/boolean-charts.html.tmpl | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/template/en/default/global/field-descs.none.tmpl b/template/en/default/global/field-descs.none.tmpl index 3e86e9bad..46fbc6d31 100644 --- a/template/en/default/global/field-descs.none.tmpl +++ b/template/en/default/global/field-descs.none.tmpl @@ -49,7 +49,9 @@ "changedto" => "changed to", "changedby" => "changed by", "matches" => "matches", - "notmatches" => "does not match", + "notmatches" => "does not match", + "isempty" => "is empty", + "isnotempty" => "is not empty", } %] [% field_types = { ${constants.FIELD_TYPE_UNKNOWN} => "Unknown Type", diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index a21117d34..055cd2e8c 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -88,7 +88,7 @@ 'notequals', 'regexp', 'notregexp', 'lessthan', 'lessthaneq', 'greaterthan', 'greaterthaneq', 'changedbefore', 'changedafter', 'changedfrom', 'changedto', 'changedby', 'notsubstring', 'nowords', - 'nowordssubstr', 'notmatches', + 'nowordssubstr', 'notmatches', 'isempty', 'isnotempty' ] %] <ul class="search_description"> [% FOREACH desc_item = search_description %] diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl index d87db1c6a..3fb1f8eae 100644 --- a/template/en/default/search/boolean-charts.html.tmpl +++ b/template/en/default/search/boolean-charts.html.tmpl @@ -47,6 +47,8 @@ "changedby", "matches", "notmatches", + "isempty", + "isnotempty", ] %] <div class="bz_section_title" id="custom_search_filter"> |