diff options
author | olav%bkor.dhs.org <> | 2006-10-23 05:34:41 +0200 |
---|---|---|
committer | olav%bkor.dhs.org <> | 2006-10-23 05:34:41 +0200 |
commit | 25b338954de59e13596dd2512802456024571866 (patch) | |
tree | 0a81a81f35d2d2e6a2a8f137bd6dd37f447c3c43 /template/en/default | |
parent | e596da0399b27ae9adf5ffc9be2cfaa22cf98f15 (diff) | |
download | bugzilla-25b338954de59e13596dd2512802456024571866.tar.gz bugzilla-25b338954de59e13596dd2512802456024571866.tar.xz |
Bug 357580: Flag fieldset should appear directly under People fieldset
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave
Diffstat (limited to 'template/en/default')
-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"> |