From 34501f0979d59e822178a16e0dfa1e5cf84dc4c4 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Fri, 22 Dec 2006 19:41:45 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20364748:=20Bug=20number=20not=20displayed?= =?UTF-8?q?=20when=20viewing=20all=20attachments=20-=20Patch=20by=20Fr?= =?UTF-8?q?=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r?= =?UTF-8?q?/a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@217371 18797224-902f-48f8-a5cc-f745e15eee43 --- .../en/default/attachment/show-multiple.html.tmpl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/attachment/show-multiple.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/attachment/show-multiple.html.tmpl index 4f4520053f0..9c0fc57b0e9 100644 --- a/mozilla/webtools/bugzilla/template/en/default/attachment/show-multiple.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/attachment/show-multiple.html.tmpl @@ -22,9 +22,14 @@ [% 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 = "