diff options
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 51a14a803..ee13bbc2f 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -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"> |