From 52bb43d737022cece27a46661e2ca46af32e228f Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 8 Jan 2006 07:20:53 +0000 Subject: [PATCH] r689: Standardizing field order on bug display templates --- templates/newreport.tpl | 59 ++++++++++++++++++-------------- templates/search.tpl | 76 +++++++++++++++++++++-------------------- 2 files changed, 73 insertions(+), 62 deletions(-) diff --git a/templates/newreport.tpl b/templates/newreport.tpl index 0ff0266..837fc50 100644 --- a/templates/newreport.tpl +++ b/templates/newreport.tpl @@ -20,10 +20,17 @@ $header
- {@"Summary"} $help[summary] -
+ {@"Reporter"} $help[reporter] +
$reporter
+ + +
+ {@"Product/Version"} $help[product] +
+
+ @@ -34,14 +41,12 @@ $header - - +
- {@"Priority"} $help[priority] -
+ {@"Severity"} $help[severity] +
- -
+ @@ -49,12 +54,21 @@ $header
- +
- {@"Product/Version"} $help[product] -
+ {@"Summary"} $help[summary] +
- + + + + +
+ {@"Assignment"} $help[assignedto] +
+
+ +
@@ -65,26 +79,21 @@ $header - -
- {@"Severity"} $help[severity] -
-
- - - - + +
- {@"Assignment"} $help[assignedto] -
+ {@"Priority"} $help[priority] +
- +
- +
+
+
diff --git a/templates/search.tpl b/templates/search.tpl index 26cf645..21723d9 100644 --- a/templates/search.tpl +++ b/templates/search.tpl @@ -20,12 +20,19 @@ $header
- +
- {@"Summary / Comment Text"} -
+ {@"Search Mode"} + +
+ +
- +
@@ -34,6 +41,13 @@ $header
+ +
+ {@"Product / Version"} $help[product] +
+
+ +
{@"Status"} $help[status] @@ -66,16 +80,7 @@ $header
- - - -
- {@"Favourite"} -
{@"Yes, search for favourites only"}
-
- -
- + $customfields[left]
@@ -84,20 +89,13 @@ $header
- +
- {@"Search Mode"} - -
- -
+ {@"Summary / Comment Text"} +
- - + +
{@"Sort By"} @@ -121,6 +119,13 @@ $header
+ +
+ {@"Assignment"} $help[assignedto] +
+
+ +
{@"Resolution"} $help[resolution] @@ -135,19 +140,14 @@ $header
- -
- {@"Assignment"} $help[assignedto] -
-
- - - + +
- {@"Product / Version"} $help[product] -
+ {@"Favourite"} +
{@"Yes, search for favourites only"}
- + +
$customfields[right] @@ -155,6 +155,8 @@ $header
+
+
-- 2.22.5