From: guy.pyrzak%gmail.com <>
Date: Tue, 20 May 2008 21:49:37 +0000 (+0000)
Subject: Bug 430989 â Status should probably be at the top of show_bug.cgi
X-Git-Tag: bugzilla-3.3~1
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fefb57dd132357e79316bfdddb4983ce8f70220;p=thirdparty%2Fbugzilla.git
Bug 430989 â Status should probably be at the top of show_bug.cgi
Patch by Guy Pyrzak, review=LpSolit a=LpSolit
---
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index e1f0600bb9..7caed087b6 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -151,6 +151,10 @@
[%# *** ID, product, component, status, resolution, Hardware, and OS *** %]
+ [% PROCESS section_status %]
+
+ [% PROCESS section_spacer %]
+
[% PROCESS section_details1 %]
[% PROCESS section_spacer %]
@@ -394,23 +398,27 @@
[% END %]
+[%############################################################################%]
+[%# Block for the status section #%]
+[%############################################################################%]
+
+[% BLOCK section_status %]
+
+
+ Status:
+ |
+
+ [% PROCESS bug/knob.html.tmpl %]
+ |
+
+[% END %]
+
[%############################################################################%]
[%# Block for the second table in the "Details" section #%]
[%############################################################################%]
[% BLOCK section_details2 %]
-[%############%]
-[%# STATUS #%]
-[%############%]
-
-
- Status:
- |
-
- [% PROCESS bug/knob.html.tmpl %]
- |
-
[%###############################################################%]
[%# Importance (priority, severity and votes) #%]
[%###############################################################%]
|