From 6fefb57dd132357e79316bfdddb4983ce8f70220 Mon Sep 17 00:00:00 2001
From: "guy.pyrzak%gmail.com" <>
Date: Tue, 20 May 2008 21:49:37 +0000
Subject: Bug 430989 â Status should probably be at the top of show_bug.cgi Patch
by Guy Pyrzak, review=LpSolit a=LpSolit
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
template/en/default/bug/edit.html.tmpl | 30 +++++++++++++++++++-----------
1 file changed, 19 insertions(+), 11 deletions(-)
(limited to 'template/en/default/bug')
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index e1f0600bb..7caed087b 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) #%]
[%###############################################################%]
--
cgit v1.2.3-24-g4f1b
|