diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/account/prefs/permissions.html.tmpl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/template/en/default/account/prefs/permissions.html.tmpl b/template/en/default/account/prefs/permissions.html.tmpl index a178393ae..38bbfba5f 100644 --- a/template/en/default/account/prefs/permissions.html.tmpl +++ b/template/en/default/account/prefs/permissions.html.tmpl @@ -37,7 +37,6 @@ <td> [% IF has_bits.size %] You have the following permission [% terms.bits %] set on your account: - <p> <table align="center"> [% FOREACH bit_description = has_bits %] <tr> @@ -75,7 +74,6 @@ <br> And you can turn on or off the following [% terms.bits %] for <a href="editusers.cgi">other users</a>: - <p> <table align="center"> [% FOREACH bit_description = set_bits %] <tr> @@ -84,9 +82,8 @@ </tr> [% END %] </table> - </p> [% END %] - + [% IF user.groups.bz_sudoers %] <br> You are a member of the <b>bz_sudoers</b> group, so you can |