Commit 6fefb57d authored by guy.pyrzak%gmail.com's avatar guy.pyrzak%gmail.com

Bug 430989 – Status should probably be at the top of show_bug.cgi

Patch by Guy Pyrzak, review=LpSolit a=LpSolit
parent 78ab4257
...@@ -151,6 +151,10 @@ ...@@ -151,6 +151,10 @@
<td id="bz_show_bug_column_1" class="bz_show_bug_column"> <td id="bz_show_bug_column_1" class="bz_show_bug_column">
<table> <table>
[%# *** ID, product, component, status, resolution, Hardware, and OS *** %] [%# *** ID, product, component, status, resolution, Hardware, and OS *** %]
[% PROCESS section_status %]
[% PROCESS section_spacer %]
[% PROCESS section_details1 %] [% PROCESS section_details1 %]
[% PROCESS section_spacer %] [% PROCESS section_spacer %]
...@@ -395,14 +399,10 @@ ...@@ -395,14 +399,10 @@
[% END %] [% END %]
[%############################################################################%] [%############################################################################%]
[%# Block for the second table in the "Details" section #%] [%# Block for the status section #%]
[%############################################################################%] [%############################################################################%]
[% BLOCK section_details2 %] [% BLOCK section_status %]
[%############%]
[%# STATUS #%]
[%############%]
<tr> <tr>
<td class="field_label"> <td class="field_label">
<b><a href="page.cgi?id=fields.html#status">Status</a></b>: <b><a href="page.cgi?id=fields.html#status">Status</a></b>:
...@@ -411,6 +411,14 @@ ...@@ -411,6 +411,14 @@
[% PROCESS bug/knob.html.tmpl %] [% PROCESS bug/knob.html.tmpl %]
</td> </td>
</tr> </tr>
[% END %]
[%############################################################################%]
[%# Block for the second table in the "Details" section #%]
[%############################################################################%]
[% BLOCK section_details2 %]
[%###############################################################%] [%###############################################################%]
[%# Importance (priority, severity and votes) #%] [%# Importance (priority, severity and votes) #%]
[%###############################################################%] [%###############################################################%]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment