]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 364748: Bug number not displayed when viewing all attachments - Patch by FrÃ...
authorlpsolit%gmail.com <>
Sat, 23 Dec 2006 03:41:45 +0000 (03:41 +0000)
committerlpsolit%gmail.com <>
Sat, 23 Dec 2006 03:41:45 +0000 (03:41 +0000)
template/en/default/attachment/show-multiple.html.tmpl

index 4f4520053f0a013cbf808fbaecb367c2c32d8783..9c0fc57b0e9d6963aa608053eaa7f9eb16856191 100644 (file)
 [% PROCESS global/variables.none.tmpl %]
 [% filtered_summary = bugsummary FILTER html %]
 [% header = BLOCK %]View All Attachments for
-  [%+ "$terms.Bug $bugid" FILTER bug_link(bugid) FILTER none %][% END %]
+  [%+ "$terms.Bug $bug.bug_id" FILTER bug_link(bug.bug_id) FILTER none %][% END %]
+
+[% title = BLOCK %]
+  View All Attachments for [% terms.Bug %] [%+ bug.bug_id FILTER html %]
+[% END %]
+
 [% PROCESS global/header.html.tmpl
-  title = "View All Attachments for $terms.Bug #$bugid"
+  title = title
   header = header
   subheader = filtered_summary
   style = "