summaryrefslogtreecommitdiff
path: root/templates/admin_permissions.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-07-15 21:27:28 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-07-15 21:27:28 +0000
commit55532bed1f17a3e7c55c805af2e6efaec49f03cf (patch)
tree8b6318bd5188d18628dec056a31aca471f827095 /templates/admin_permissions.tpl
parent9b32a5aeaa617a3d8fea3efa0d386cb4c06b0201 (diff)
downloadusers-55532bed1f17a3e7c55c805af2e6efaec49f03cf.tar.gz
users-55532bed1f17a3e7c55c805af2e6efaec49f03cf.tar.bz2
users-55532bed1f17a3e7c55c805af2e6efaec49f03cf.zip
update is_excluded to is_revoked
Diffstat (limited to 'templates/admin_permissions.tpl')
-rw-r--r--templates/admin_permissions.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_permissions.tpl b/templates/admin_permissions.tpl
index cc6ef49..7176f32 100644
--- a/templates/admin_permissions.tpl
+++ b/templates/admin_permissions.tpl
@@ -71,7 +71,7 @@
<ul>
{foreach from=$perms item=perm}
<li>
- {$perm.group_name}: {if $perm.is_excluded}
+ {$perm.group_name}: {if $perm.is_revoked}
{biticon iname=list-remove iexplain="Removed Permission"}
{else}
{biticon iname=list-add iexplain="Added Permission"}