diff options
author | lpsolit%gmail.com <> | 2006-12-23 04:41:45 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-12-23 04:41:45 +0100 |
commit | 5259ce2d29bdbe6832aca4ea8b4e08a6678af924 (patch) | |
tree | cf75ff40e0b3e83f2026d52502cbf3b340d51bcd /template/en/default/attachment | |
parent | fc185f7306838b9bdfd9963e1b0d6eb4f1b6b15b (diff) | |
download | bugzilla-5259ce2d29bdbe6832aca4ea8b4e08a6678af924.tar.gz bugzilla-5259ce2d29bdbe6832aca4ea8b4e08a6678af924.tar.xz |
Bug 364748: Bug number not displayed when viewing all attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r-- | template/en/default/attachment/show-multiple.html.tmpl | 9 |
1 files 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 = " |