From cc17e744a812dc5cc11b2b059605f332ffda599a Mon Sep 17 00:00:00 2001
From: "bugreport%peshkin.net" <>
Date: Sun, 10 Nov 2002 01:23:55 +0000
Subject: Bug 179207 Blessing doesn't work right r,a=justdave
---
template/en/default/account/prefs/permissions.html.tmpl | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/template/en/default/account/prefs/permissions.html.tmpl b/template/en/default/account/prefs/permissions.html.tmpl
index 064220d6e..cd516e769 100644
--- a/template/en/default/account/prefs/permissions.html.tmpl
+++ b/template/en/default/account/prefs/permissions.html.tmpl
@@ -49,7 +49,11 @@
There are no permission bits set on your account.
[% END %]
- [% IF set_bits.size %]
+ [% IF user.groups.editusers %]
+
+ You have editusers privileges. You can turn on and off
+ all permissions for all users.
+ [% ELSIF set_bits.size %]
And you can turn on or off the following bits for
other users:
--
cgit v1.2.3-24-g4f1b