Commit af516107 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 374302: Some <table> tags are incorrect in admin/groups/edit.html.tmpl -…

Bug 374302: Some <table> tags are incorrect in admin/groups/edit.html.tmpl - Patch by Victory <spam@bmo2007.rsz.jp> r/a=LpSolit
parent 604ccd0d
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
items_current = bless_to_current %] items_current = bless_to_current %]
</td> </td>
</tr> </tr>
<table> </table>
[% IF Param('usevisibilitygroups') %] [% IF Param('usevisibilitygroups') %]
<table class="grant_table"> <table class="grant_table">
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
items_current = visible_to_me_current %] items_current = visible_to_me_current %]
</td> </td>
</tr> </tr>
<table> </table>
[% END %] [% END %]
<input type="submit" value="Update Group"> <input type="submit" value="Update Group">
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
This is often very useful if you upgraded from [% terms.Bugzilla %] This is often very useful if you upgraded from [% terms.Bugzilla %]
2.16.</p> 2.16.</p>
<table<tr><td> <table><tr><td>
<form method="post" action="editgroups.cgi"> <form method="post" action="editgroups.cgi">
<fieldset> <fieldset>
<legend>Remove all explict memberships from users whose login names <legend>Remove all explict memberships from users whose login names
......
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