From: Matt Selsky Date: Fri, 6 Jan 2012 10:55:36 +0000 (+0100) Subject: Bug 695294: The See Also field is not visible in "Format for Printing" X-Git-Tag: bugzilla-4.2rc2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8233b76bb3940899857cc4c18b892b30fb65d10e;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 33dde14a32..7c2b5345e2 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 %]