Commit de5b8701 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 365560 account/prefs/permissions uses invalid usage for p

patch by bmo2007@rsz.jp r=timeless a=justdave
parent 773a9b75
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
<td> <td>
[% IF has_bits.size %] [% IF has_bits.size %]
You have the following permission [% terms.bits %] set on your account: You have the following permission [% terms.bits %] set on your account:
<p>
<table align="center"> <table align="center">
[% FOREACH bit_description = has_bits %] [% FOREACH bit_description = has_bits %]
<tr> <tr>
...@@ -75,7 +74,6 @@ ...@@ -75,7 +74,6 @@
<br> <br>
And you can turn on or off the following [% terms.bits %] for And you can turn on or off the following [% terms.bits %] for
<a href="editusers.cgi">other users</a>: <a href="editusers.cgi">other users</a>:
<p>
<table align="center"> <table align="center">
[% FOREACH bit_description = set_bits %] [% FOREACH bit_description = set_bits %]
<tr> <tr>
...@@ -84,7 +82,6 @@ ...@@ -84,7 +82,6 @@
</tr> </tr>
[% END %] [% END %]
</table> </table>
</p>
[% END %] [% END %]
[% IF user.groups.bz_sudoers %] [% IF user.groups.bz_sudoers %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment