Commit 6216d7dd authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 365568 admin/group/edit has useless <p>

patch by bmo2007@rsz.jp r=timeless a=justdave
parent 4a26ce0c
...@@ -100,8 +100,7 @@ ...@@ -100,8 +100,7 @@
[% END %] [% END %]
</table> </table>
<p> <p>Users become members of this group in one of three ways:</p>
Users become members of this group in one of three ways:
<ul> <ul>
<li> by being explicity included when the user is edited. <li> by being explicity included when the user is edited.
<li> by matching the user regexp above. <li> by matching the user regexp above.
...@@ -175,7 +174,7 @@ ...@@ -175,7 +174,7 @@
</tr> </tr>
[% END %] [% END %]
</table> </table>
<input type="submit" id="update" value="Save Changes"> <input type="submit" id="update" value="Save Changes">
<br> <br>
<dl> <dl>
...@@ -202,7 +201,7 @@ ...@@ -202,7 +201,7 @@
<td> <td>
<h4>Conversion of groups created with [% terms.Bugzilla %] <h4>Conversion of groups created with [% terms.Bugzilla %]
versions 2.16 and prior:</h4> versions 2.16 and prior:</h4>
<ul> <ul>
<li>Remove all explicit memberships from this group: <li>Remove all explicit memberships from this group:
<input name="remove_explicit_members" type="submit" id="remove_explicit_members" value="Remove Memberships"> <input name="remove_explicit_members" type="submit" id="remove_explicit_members" value="Remove Memberships">
...@@ -222,6 +221,6 @@ ...@@ -222,6 +221,6 @@
<input type="hidden" name="token" value="[% token FILTER html %]"> <input type="hidden" name="token" value="[% token FILTER html %]">
</form> </form>
Back to the <a href="editgroups.cgi">group list</a>. <p>Back to the <a href="editgroups.cgi">group list</a>.</p>
[% PROCESS global/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %]
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