summaryrefslogtreecommitdiffstats
path: root/template/en/default
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2012-01-06 11:53:42 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-01-06 11:53:42 +0100
commitadd3ee99b603161f836ea23d737066b523cf1dfd (patch)
treef7e786ba8cc34be49c381020f7ac8ec5306cf846 /template/en/default
parent43e3a5ae28d841dbda6bd45d5ebf58d11921d132 (diff)
downloadbugzilla-add3ee99b603161f836ea23d737066b523cf1dfd.tar.gz
bugzilla-add3ee99b603161f836ea23d737066b523cf1dfd.tar.xz
Bug 695294: The See Also field is not visible in "Format for Printing"
r/a=LpSolit
Diffstat (limited to 'template/en/default')
-rw-r--r--template/en/default/bug/show-multiple.html.tmpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl
index 854ad5ae7..833aa585a 100644
--- a/template/en/default/bug/show-multiple.html.tmpl
+++ b/template/en/default/bug/show-multiple.html.tmpl
@@ -173,6 +173,18 @@
</tr>
[% END %]
+ [% IF bug.see_also.size %]
+ <tr>
+ <th>[% field_descs.see_also FILTER html %]:</th>
+ <td colspan="3">
+ [% FOREACH see_also = bug.see_also %]
+ <a href="[% see_also.name FILTER html %]">[% see_also.name FILTER html %]</a>
+ [% "<br>" IF not loop.last() %]
+ [% END %]
+ </td>
+ </tr>
+ [% END %]
+
[% IF Param("usestatuswhiteboard") %]
[% PROCESS row cell = "status_whiteboard" fullrow = 1 %]
[% END %]