diff options
author | timeless%mozdev.org <> | 2007-01-08 08:54:59 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-08 08:54:59 +0100 |
commit | 6216d7dd9c76fcd9a8215d69134dd8109358e52a (patch) | |
tree | 3f46a6d3e8322ec195596a59275e4485118e18cd /template/en/default/admin/groups | |
parent | 4a26ce0c5b4bdd4e746090261cb4b85905bf417b (diff) | |
download | bugzilla-6216d7dd9c76fcd9a8215d69134dd8109358e52a.tar.gz bugzilla-6216d7dd9c76fcd9a8215d69134dd8109358e52a.tar.xz |
Bug 365568 admin/group/edit has useless <p>
patch by bmo2007@rsz.jp r=timeless a=justdave
Diffstat (limited to 'template/en/default/admin/groups')
-rw-r--r-- | template/en/default/admin/groups/edit.html.tmpl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/template/en/default/admin/groups/edit.html.tmpl b/template/en/default/admin/groups/edit.html.tmpl index ad59ac28b..6f333f5c3 100644 --- a/template/en/default/admin/groups/edit.html.tmpl +++ b/template/en/default/admin/groups/edit.html.tmpl @@ -100,8 +100,7 @@ [% END %] </table> - <p> - Users become members of this group in one of three ways: + <p>Users become members of this group in one of three ways:</p> <ul> <li> by being explicity included when the user is edited. <li> by matching the user regexp above. @@ -175,7 +174,7 @@ </tr> [% END %] </table> - + <input type="submit" id="update" value="Save Changes"> <br> <dl> @@ -202,7 +201,7 @@ <td> <h4>Conversion of groups created with [% terms.Bugzilla %] versions 2.16 and prior:</h4> - + <ul> <li>Remove all explicit memberships from this group: <input name="remove_explicit_members" type="submit" id="remove_explicit_members" value="Remove Memberships"> @@ -222,6 +221,6 @@ <input type="hidden" name="token" value="[% token FILTER html %]"> </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 %] |