mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
Bug 357580: Flag fieldset should appear directly under People fieldset
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave
This commit is contained in:
parent
8336f4a4a2
commit
0491f87ec5
@ -139,7 +139,7 @@
|
||||
[%# That's the main table, which contains all editable fields. %]
|
||||
<table>
|
||||
<tr>
|
||||
<td valign="top" rowspan="2">
|
||||
<td valign="top">
|
||||
<fieldset>
|
||||
<legend>Details</legend>
|
||||
<table>
|
||||
@ -250,18 +250,13 @@
|
||||
</fieldset>
|
||||
</td>
|
||||
|
||||
[%# *** Reporter, owner and QA contact *** %]
|
||||
<td valign="top">
|
||||
[%# *** Reporter, owner and QA contact *** %]
|
||||
<fieldset>
|
||||
<legend>People</legend>
|
||||
[% PROCESS section_people %]
|
||||
</fieldset>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
[%# *** Flags *** %]
|
||||
<td valign="top">
|
||||
[%# *** Flags *** %]
|
||||
<fieldset>
|
||||
<legend>Flags</legend>
|
||||
<table cellspacing="1" cellpadding="1">
|
||||
|
Loading…
Reference in New Issue
Block a user