From 6fefb57dd132357e79316bfdddb4983ce8f70220 Mon Sep 17 00:00:00 2001
From: "guy.pyrzak%gmail.com" <>
Date: Tue, 20 May 2008 21:49:37 +0000
Subject: =?UTF-8?q?Bug=20430989=20=C3=A2=C2=80=C2=93=20Status=20should=20p?=
=?UTF-8?q?robably=20be=20at=20the=20top=20of=20show=5Fbug.cgi=20Patch=20b?=
=?UTF-8?q?y=20Guy=20Pyrzak,=20review=3DLpSolit=20a=3DLpSolit?=
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')
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.1
|