]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 430989 รข\80\93 Status should probably be at the top of show_bug.cgi
authorguy.pyrzak%gmail.com <>
Tue, 20 May 2008 21:49:37 +0000 (21:49 +0000)
committerguy.pyrzak%gmail.com <>
Tue, 20 May 2008 21:49:37 +0000 (21:49 +0000)
Patch by Guy Pyrzak, review=LpSolit a=LpSolit

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

index e1f0600bb9349a92dae04eae877a7abbe0e5cd02..7caed087b6299ab25c31438b66b5a3b4c6941c89 100644 (file)
       <td id="bz_show_bug_column_1" class="bz_show_bug_column">     
         <table>
           [%# *** ID, product, component, status, resolution, Hardware, and  OS *** %]
+          [% PROCESS section_status %]
+          
+          [% PROCESS section_spacer %]
+          
           [% PROCESS section_details1 %]
           
           [% PROCESS section_spacer %]
 
 [% END %]
 
+[%############################################################################%]
+[%# Block for the status section                                             #%]
+[%############################################################################%]
+
+[% BLOCK section_status %]
+  <tr>
+    <td class="field_label">
+      <b><a href="page.cgi?id=fields.html#status">Status</a></b>:
+    </td>
+    <td id="bz_field_status">
+      [% PROCESS bug/knob.html.tmpl %]
+    </td>
+  </tr>
+[% END %]
+
 [%############################################################################%]
 [%# Block for the second table in the "Details" section                      #%]
 [%############################################################################%]
 
 [% BLOCK section_details2 %]
 
-[%############%]
-[%#  STATUS  #%]
-[%############%]
-    <tr>
-      <td class="field_label">
-        <b><a href="page.cgi?id=fields.html#status">Status</a></b>:
-      </td>
-      <td id="bz_field_status">
-          [% PROCESS bug/knob.html.tmpl %]
-      </td>
-    </tr>
  [%###############################################################%]
  [%# Importance (priority, severity and votes) #%]
  [%###############################################################%]