Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
add3ee99
Commit
add3ee99
authored
Jan 06, 2012
by
Matt Selsky
Committed by
Frédéric Buclin
Jan 06, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 695294: The See Also field is not visible in "Format for Printing"
r/a=LpSolit
parent
43e3a5ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
show-multiple.html.tmpl
template/en/default/bug/show-multiple.html.tmpl
+12
-0
No files found.
template/en/default/bug/show-multiple.html.tmpl
View file @
add3ee99
...
...
@@ -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 %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment