]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 357580: Flag fieldset should appear directly under People fieldset
authorolav%bkor.dhs.org <>
Mon, 23 Oct 2006 03:34:41 +0000 (03:34 +0000)
committerolav%bkor.dhs.org <>
Mon, 23 Oct 2006 03:34:41 +0000 (03:34 +0000)
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave

template/en/default/bug/edit.html.tmpl

index 51a14a8034b77a8b339ff77ee51014ff2c22d2fc..ee13bbc2f2f8bd72190a6bbd35080dfff970bf61 100644 (file)
   [%# 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>
         </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">