]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 695294: The See Also field is not visible in "Format for Printing"
authorMatt Selsky <selsky@columbia.edu>
Fri, 6 Jan 2012 10:55:36 +0000 (11:55 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Fri, 6 Jan 2012 10:55:36 +0000 (11:55 +0100)
r/a=LpSolit

template/en/default/bug/show-multiple.html.tmpl

index 33dde14a32fc58ea0232ccd1127adb02fc69ca3b..7c2b5345e251675088717f05d7307286edcffb73 100644 (file)
       </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 %]