Commit add3ee99 authored by Matt Selsky's avatar Matt Selsky Committed by Frédéric Buclin

Bug 695294: The See Also field is not visible in "Format for Printing"

r/a=LpSolit
parent 43e3a5ae
......@@ -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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment