Commit 25b33895 authored by olav%bkor.dhs.org's avatar olav%bkor.dhs.org

Bug 357580: Flag fieldset should appear directly under People fieldset

Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave
parent e596da03
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
[%# That's the main table, which contains all editable fields. %] [%# That's the main table, which contains all editable fields. %]
<table> <table>
<tr> <tr>
<td valign="top" rowspan="2"> <td valign="top">
<fieldset> <fieldset>
<legend>Details</legend> <legend>Details</legend>
<table> <table>
...@@ -250,18 +250,13 @@ ...@@ -250,18 +250,13 @@
</fieldset> </fieldset>
</td> </td>
[%# *** Reporter, owner and QA contact *** %]
<td valign="top"> <td valign="top">
[%# *** Reporter, owner and QA contact *** %]
<fieldset> <fieldset>
<legend>People</legend> <legend>People</legend>
[% PROCESS section_people %] [% PROCESS section_people %]
</fieldset> </fieldset>
</td> [%# *** Flags *** %]
</tr>
<tr>
[%# *** Flags *** %]
<td valign="top">
<fieldset> <fieldset>
<legend>Flags</legend> <legend>Flags</legend>
<table cellspacing="1" cellpadding="1"> <table cellspacing="1" cellpadding="1">
......
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