summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/show-multiple.html.tmpl
diff options
context:
space:
mode:
authorjouni%heikniemi.net <>2003-01-14 15:36:09 +0100
committerjouni%heikniemi.net <>2003-01-14 15:36:09 +0100
commitf50d2365975b419d62b398af9a886da4f5bcaff4 (patch)
tree8b7786e20c9f5b0cd62e0d9bce39557ff1057bbc /template/en/default/attachment/show-multiple.html.tmpl
parent723d5098ae36ec5374ff533ce30731a9c3958c58 (diff)
downloadbugzilla-f50d2365975b419d62b398af9a886da4f5bcaff4.tar.gz
bugzilla-f50d2365975b419d62b398af9a886da4f5bcaff4.tar.xz
Bug 156169: Bug number styling issues in attachment viewer/editor. r=joel, a=justdave
Diffstat (limited to 'template/en/default/attachment/show-multiple.html.tmpl')
-rw-r--r--template/en/default/attachment/show-multiple.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/attachment/show-multiple.html.tmpl b/template/en/default/attachment/show-multiple.html.tmpl
index 53149085a..b137504e5 100644
--- a/template/en/default/attachment/show-multiple.html.tmpl
+++ b/template/en/default/attachment/show-multiple.html.tmpl
@@ -20,9 +20,11 @@
#%]
[% filtered_summary = bugsummary FILTER html %]
+[% h1 = BLOCK %]View All Attachments for
+ [%+ GetBugLink(bugid, "Bug $bugid") %][% END %]
[% PROCESS global/header.html.tmpl
title = "View All Attachments for Bug #$bugid"
- h1 = "View All Attachments for <a href=\"show_bug.cgi?id=$bugid\">Bug #$bugid</a>"
+ h1 = h1
h2 = filtered_summary
style = "
table.attachment_info th { text-align: right; vertical-align: top; }