From cd6211de678a3638f2813332d436d6e4844d3d60 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Mon, 24 Jan 2005 13:20:49 +0000 Subject: Bug 201818 : Convert long_list.cgi to a format Patch by Rob Siklos r=wurblzap, glob a=myk --- template/en/default/bug/show-multiple.html.tmpl | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'template/en/default/bug/show-multiple.html.tmpl') diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index a57445084..8b42217c1 100644 --- a/template/en/default/bug/show-multiple.html.tmpl +++ b/template/en/default/bug/show-multiple.html.tmpl @@ -89,13 +89,19 @@ [% PROCESS cell attr = { description => "Resolution", name => "resolution" } %] - [% PROCESS cell attr = { description => "Assigned To", - name => "assigned_to" } %] - [% PROCESS cell attr = { description => "Reported By", - name => "reporter" } %] + + Assigned To:  + [% bug.assigned_to.login FILTER html %] + + + Reported By:  + [% bug.reporter.login FILTER html %] + [% IF Param('useqacontact') %] - [% PROCESS cell attr = { description => "QA Contact", - name => "qa_contact" } %] + + QA Contact:  + [% bug.qa_contact.login FILTER html %] + [% END %] @@ -190,7 +196,7 @@ [% PROCESS bug/comments.html.tmpl - comments = bug.comments %] + comments = bug.longdescs %]
[% END %] -- cgit v1.2.3-24-g4f1b