]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 464732: There is no label next to the Status drop-down
authorguy.pyrzak%gmail.com <>
Thu, 20 Nov 2008 01:13:24 +0000 (01:13 +0000)
committerguy.pyrzak%gmail.com <>
Thu, 20 Nov 2008 01:13:24 +0000 (01:13 +0000)
Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=mkanat

skins/standard/show_bug.css
template/en/default/bug/edit.html.tmpl

index 4fded9a95d75dcd74c3610549dab2bebebbcd4f8..e21cad1b8e86c7a18bef4263b7e6c331c2118a25 100644 (file)
@@ -65,3 +65,7 @@
 #status { 
     margin-bottom: 3ex;
 }
+
+#knob-buttons {
+    float: right;
+}
index 0aacca98f1ff7412e6e5b232db3d34d9b302099e..9eecb021357f3ee30d78124a1e6232b356bab836 100644 (file)
   <br>
   <table cellpadding="1" cellspacing="1">
     <tr>
-      <td>
+      <td id="comment_status_commit">
         [% IF user.id %]
           <label for="comment" accesskey="c"><b>Additional <u>C</u>omments</b></label>:
           [% IF Param("insidergroup") && user.in_group(Param("insidergroup")) %]
                      cols      = constants.COMMENT_COLS
           %]
           <br>
-          <a name="bug_status_bottom"></a>
-          [% PROCESS bug/knob.html.tmpl %]
           <div id="knob-buttons">
             <input type="submit" value="Commit" id="commit">
             [% IF bug.user.canmove %]
               <input type="submit" name="action" id="action" value="[% Param("move-button-text") %]">
             [% END %]
           </div>
+          <table class="status">
+            <tr>
+              <td class="field_label">
+                <b><a href="page.cgi?id=fields.html#status">Status</a></b>:
+              </td>
+              <td>
+                <a name="bug_status_bottom"></a>
+                [% PROCESS bug/knob.html.tmpl %]
+              </td>
+            </tr>
+          </table>
         [% ELSE %]
           <fieldset>
             <legend>Note</legend>