diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/field-descs.none.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/list/list.html.tmpl | 3 | ||||
-rw-r--r-- | template/en/default/search/boolean-charts.html.tmpl | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/template/en/default/global/field-descs.none.tmpl b/template/en/default/global/field-descs.none.tmpl index f4e17c3f8..e6c947104 100644 --- a/template/en/default/global/field-descs.none.tmpl +++ b/template/en/default/global/field-descs.none.tmpl @@ -37,6 +37,8 @@ "notmatches" => "does not match", "isempty" => "is empty", "isnotempty" => "is not empty", + "isactive" => "is active", + "isnotactive" => "is not active", } %] [% 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 190486b12..9cb3f1357 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -104,7 +104,8 @@ 'notequals', 'regexp', 'notregexp', 'lessthan', 'lessthaneq', 'greaterthan', 'greaterthaneq', 'changedbefore', 'changedafter', 'changedfrom', 'changedto', 'changedby', 'notsubstring', 'nowords', - 'nowordssubstr', 'notmatches', 'isempty', 'isnotempty' + 'nowordssubstr', 'notmatches', 'isempty', 'isnotempty', 'isactive', + 'isnotactive' ] %] <a id="search_description_controller" class="bz_default_hidden" href="javascript:TUI_toggle_class('search_description')">Hide Search Description</a> diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl index bfb4e7bf1..5e1742a5c 100644 --- a/template/en/default/search/boolean-charts.html.tmpl +++ b/template/en/default/search/boolean-charts.html.tmpl @@ -35,6 +35,8 @@ "notmatches", "isempty", "isnotempty", + "isactive", + "isnotactive", ] %] <div class="bz_section_title" id="custom_search_filter"> |