summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/show-multiple.html.tmpl
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-01-24 14:43:33 +0100
committertravis%sedsystems.ca <>2005-01-24 14:43:33 +0100
commitfb8af703ac15c47f9e3392fad6102dcdb07e29b1 (patch)
tree170ef8051754c33e07be0c25205c51a9958f0cff /template/en/default/bug/show-multiple.html.tmpl
parent8a6f08e56e728f5df5321bb98dcfa8e86fcb9e97 (diff)
downloadbugzilla-fb8af703ac15c47f9e3392fad6102dcdb07e29b1.tar.gz
bugzilla-fb8af703ac15c47f9e3392fad6102dcdb07e29b1.tar.xz
Tinderbox is burning: backing out the pach for Bug 201818
Diffstat (limited to 'template/en/default/bug/show-multiple.html.tmpl')
-rw-r--r--template/en/default/bug/show-multiple.html.tmpl20
1 files changed, 7 insertions, 13 deletions
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 @@
<tr>
[% PROCESS cell attr = { description => "Resolution",
name => "resolution" } %]
- <td>
- <b>Assigned To:</b>&nbsp;
- [% bug.assigned_to.login FILTER html %]
- </td>
- <td>
- <b>Reported By:</b>&nbsp;
- [% bug.reporter.login FILTER html %]
- </td>
+ [% PROCESS cell attr = { description => "Assigned To",
+ name => "assigned_to" } %]
+ [% PROCESS cell attr = { description => "Reported By",
+ name => "reporter" } %]
[% IF Param('useqacontact') %]
- <td>
- <b>QA Contact:</b>&nbsp;
- [% bug.qa_contact.login FILTER html %]
- </td>
+ [% PROCESS cell attr = { description => "QA Contact",
+ name => "qa_contact" } %]
[% END %]
</tr>
@@ -196,7 +190,7 @@
</table>
[% PROCESS bug/comments.html.tmpl
- comments = bug.longdescs %]
+ comments = bug.comments %]
<hr>
[% END %]