From: Matt Selsky Date: Fri, 6 Jan 2012 10:53:42 +0000 (+0100) Subject: Bug 695294: The See Also field is not visible in "Format for Printing" X-Git-Tag: bugzilla-4.3.1~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=add3ee99b603161f836ea23d737066b523cf1dfd;p=thirdparty%2Fbugzilla.git Bug 695294: The See Also field is not visible in "Format for Printing" r/a=LpSolit --- diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index 854ad5ae75..833aa585a4 100644 --- a/template/en/default/bug/show-multiple.html.tmpl +++ b/template/en/default/bug/show-multiple.html.tmpl @@ -173,6 +173,18 @@ [% END %] + [% IF bug.see_also.size %] + + [% field_descs.see_also FILTER html %]: + + [% FOREACH see_also = bug.see_also %] + [% see_also.name FILTER html %] + [% "
" IF not loop.last() %] + [% END %] + + + [% END %] + [% IF Param("usestatuswhiteboard") %] [% PROCESS row cell = "status_whiteboard" fullrow = 1 %] [% END %]