From c657c4154d18ee4418b449cd1e19195a2b83829c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 14 Jan 2006 18:57:15 +0000 Subject: [PATCH] r695: Switching the order of fields on the listing --- templates/search_results.tpl | 4 ++-- templates/trackerhome.tpl | 4 ++-- templates/trackerhome_bits.tpl | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/search_results.tpl b/templates/search_results.tpl index b471203..eeaff29 100644 --- a/templates/search_results.tpl +++ b/templates/search_results.tpl @@ -19,9 +19,9 @@ $header {@"ID"} {@"Summary/Reporter"} - {@"Priority/Severity"} - {@"Status/Resolution"} {@"Product/Version"} + {@"Status/Resolution"} + {@"Priority/Severity"} {@"Last Post"} $bugs diff --git a/templates/trackerhome.tpl b/templates/trackerhome.tpl index f11fd2a..b1d6370 100644 --- a/templates/trackerhome.tpl +++ b/templates/trackerhome.tpl @@ -13,9 +13,9 @@ $header {@"ID"} {@"Summary/Reporter"} - {@"Priority/Severity"} - {@"Status/Resolution"} {@"Product/Version"} + {@"Status/Resolution"} + {@"Priority/Severity"} {@"Last Post"} $bugs diff --git a/templates/trackerhome_bits.tpl b/templates/trackerhome_bits.tpl index 4b53cc1..78c0fb2 100644 --- a/templates/trackerhome_bits.tpl +++ b/templates/trackerhome_bits.tpl @@ -7,16 +7,16 @@
$bug[firstreport]
-
$bug[severity]
-
$bug[priority]
+
$bug[product]
+
$bug[version]
$bug[status]
$bug[resolution]
-
$bug[product]
-
$bug[version]
+
$bug[severity]
+
$bug[priority]
$bug[lastposttime]
-- 2.22.5