]> 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:18:13 +0000 (01:18 +0000)
committerguy.pyrzak%gmail.com <>
Thu, 20 Nov 2008 01:18:13 +0000 (01:18 +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 cd75ddd43bee5447d4b14bf1858c390d365be1da..52d99a81c8628de3b8b3efa2a071a3bbd8f89ca1 100644 (file)
@@ -69,3 +69,7 @@
 #status { 
     margin-bottom: 3ex;
 }
+
+#knob-buttons {
+    float: right;
+}
index e00300133a348f9a14c7d0efbebc1ea52b97b1c8..077e5119996d5ff45c70b77c71916a3fa69b8d7d 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>