From 5259ce2d29bdbe6832aca4ea8b4e08a6678af924 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 23 Dec 2006 03:41:45 +0000 Subject: Bug 364748: Bug number not displayed when viewing all attachments - Patch by Frédéric Buclin r/a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/attachment/show-multiple.html.tmpl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/template/en/default/attachment/show-multiple.html.tmpl b/template/en/default/attachment/show-multiple.html.tmpl index 4f4520053..9c0fc57b0 100644 --- a/template/en/default/attachment/show-multiple.html.tmpl +++ b/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 = " -- cgit v1.2.3-24-g4f1b