summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/show-multiple.html.tmpl
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-01-24 14:20:49 +0100
committertravis%sedsystems.ca <>2005-01-24 14:20:49 +0100
commitcd6211de678a3638f2813332d436d6e4844d3d60 (patch)
tree4a04b091541d971d9bd40451ffad197a7f254dcc /template/en/default/bug/show-multiple.html.tmpl
parentd5db04e277a47d922606ff9599fa7044a6711288 (diff)
downloadbugzilla-cd6211de678a3638f2813332d436d6e4844d3d60.tar.gz
bugzilla-cd6211de678a3638f2813332d436d6e4844d3d60.tar.xz
Bug 201818 : Convert long_list.cgi to a format
Patch by Rob Siklos <robzilla@siklos.ca> r=wurblzap, glob a=myk
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, 13 insertions, 7 deletions
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 @@
<tr>
[% PROCESS cell attr = { description => "Resolution",
name => "resolution" } %]
- [% PROCESS cell attr = { description => "Assigned To",
- name => "assigned_to" } %]
- [% PROCESS cell attr = { description => "Reported By",
- name => "reporter" } %]
+ <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>
[% IF Param('useqacontact') %]
- [% PROCESS cell attr = { description => "QA Contact",
- name => "qa_contact" } %]
+ <td>
+ <b>QA Contact:</b>&nbsp;
+ [% bug.qa_contact.login FILTER html %]
+ </td>
[% END %]
</tr>
@@ -190,7 +196,7 @@
</table>
[% PROCESS bug/comments.html.tmpl
- comments = bug.comments %]
+ comments = bug.longdescs %]
<hr>
[% END %]