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 +++++++------------- 2 files changed, 8 insertions(+), 14 deletions(-) (limited to 'template/en/default/bug') 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 %] -- cgit v1.2.3-24-g4f1b