From fb8af703ac15c47f9e3392fad6102dcdb07e29b1 Mon Sep 17 00:00:00 2001
From: "travis%sedsystems.ca" <>
Date: Mon, 24 Jan 2005 13:43:33 +0000
Subject: Tinderbox is burning: backing out the pach for Bug 201818
---
template/en/default/bug/knob.html.tmpl | 2 +-
template/en/default/bug/show-multiple.html.tmpl | 20 +++++++-------------
template/en/default/global/site-navigation.html.tmpl | 2 +-
template/en/default/list/list.html.tmpl | 7 ++-----
4 files changed, 11 insertions(+), 20 deletions(-)
(limited to 'template')
diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl
index 463132f9f..035db1ae5 100644
--- a/template/en/default/bug/knob.html.tmpl
+++ b/template/en/default/bug/knob.html.tmpl
@@ -168,7 +168,7 @@
View [% terms.Bug %] Activity
|
- Format For Printing
+ Format For Printing
diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl
index 8b42217c1..a57445084 100644
--- a/template/en/default/bug/show-multiple.html.tmpl
+++ b/template/en/default/bug/show-multiple.html.tmpl
@@ -89,19 +89,13 @@
[% PROCESS cell attr = { description => "Resolution",
name => "resolution" } %]
-
- Assigned To:
- [% bug.assigned_to.login FILTER html %]
- |
-
- Reported By:
- [% bug.reporter.login FILTER html %]
- |
+ [% PROCESS cell attr = { description => "Assigned To",
+ name => "assigned_to" } %]
+ [% PROCESS cell attr = { description => "Reported By",
+ name => "reporter" } %]
[% IF Param('useqacontact') %]
-
- QA Contact:
- [% bug.qa_contact.login FILTER html %]
- |
+ [% PROCESS cell attr = { description => "QA Contact",
+ name => "qa_contact" } %]
[% END %]
@@ -196,7 +190,7 @@
[% PROCESS bug/comments.html.tmpl
- comments = bug.longdescs %]
+ comments = bug.comments %]
[% END %]
diff --git a/template/en/default/global/site-navigation.html.tmpl b/template/en/default/global/site-navigation.html.tmpl
index 66c96a137..95a7ef423 100644
--- a/template/en/default/global/site-navigation.html.tmpl
+++ b/template/en/default/global/site-navigation.html.tmpl
@@ -73,7 +73,7 @@
+ href="long_list.cgi?buglist=[% bug.bug_id %]">
[% END %]
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 24d00feb6..48759ceb7 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -129,11 +129,8 @@
[% IF bugs.size > 0 %]
-
|
--
cgit v1.2.1