diff options
author | bugreport%peshkin.net <> | 2002-11-10 02:23:55 +0100 |
---|---|---|
committer | bugreport%peshkin.net <> | 2002-11-10 02:23:55 +0100 |
commit | cc17e744a812dc5cc11b2b059605f332ffda599a (patch) | |
tree | 25a79c991e79446efdc9efb32a15a573bb1355ae | |
parent | 90fcd267528c9ffddc3888d64fee3f6492ed9518 (diff) | |
download | bugzilla-cc17e744a812dc5cc11b2b059605f332ffda599a.tar.gz bugzilla-cc17e744a812dc5cc11b2b059605f332ffda599a.tar.xz |
Bug 179207 Blessing doesn't work right
r,a=justdave
-rw-r--r-- | template/en/default/account/prefs/permissions.html.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
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 %] + <br> + You have editusers privileges. You can turn on and off + all permissions for all users. + [% ELSIF set_bits.size %] <br> And you can turn on or off the following bits for <a href="editusers.cgi">other users</a>: |