summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/groups/list.html.tmpl12
1 files changed, 4 insertions, 8 deletions
diff --git a/template/en/default/admin/groups/list.html.tmpl b/template/en/default/admin/groups/list.html.tmpl
index 9f4f129c4..617bbd3c1 100644
--- a/template/en/default/admin/groups/list.html.tmpl
+++ b/template/en/default/admin/groups/list.html.tmpl
@@ -52,7 +52,7 @@
{name => 'userregexp'
heading => 'User RegExp'
}
- {name => 'use_for'
+ {name => 'is_active_bug_group'
heading => "Use For $terms.Bugs"
align => 'center'
}
@@ -66,15 +66,15 @@
]
%]
-[% overrides.use_for = [ {
+[% overrides.is_active_bug_group = [ {
match_value => "0"
- match_field => 'use_for'
+ match_field => 'is_active_bug_group'
override_content => 1
content => " "
},
{
match_value => "1"
- match_field => 'use_for'
+ match_field => 'is_active_bug_group'
override_content => 1
content => "X"
}]
@@ -130,10 +130,6 @@
}]
%]
-[% FOREACH group = groups %]
- [% group.use_for = (group.isactive != 0) && (group.isbuggroup) %]
-[% END %]
-
[% PROCESS admin/table.html.tmpl
columns = columns
data = groups