From f50d2365975b419d62b398af9a886da4f5bcaff4 Mon Sep 17 00:00:00 2001 From: "jouni%heikniemi.net" <> Date: Tue, 14 Jan 2003 14:36:09 +0000 Subject: Bug 156169: Bug number styling issues in attachment viewer/editor. r=joel, a=justdave --- template/en/default/attachment/create.html.tmpl | 3 ++- template/en/default/attachment/edit.html.tmpl | 3 ++- template/en/default/attachment/show-multiple.html.tmpl | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index f7cfe21f9..a298df5a9 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -21,7 +21,8 @@ [%# Define strings that will serve as the title and header of this page %] [% title = BLOCK %]Create New Attachment for Bug #[% bugid %][% END %] -[% h1 = BLOCK %]Create New Attachment for Bug #[% bugid %][% END %] +[% h1 = BLOCK %]Create New Attachment for + [%+ GetBugLink(bugid, "Bug $bugid") %][% END %] [% h2 = BLOCK %][% bugsummary FILTER html %][% END %] [% PROCESS global/header.html.tmpl diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index 8cd92774b..57d99f766 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -21,7 +21,8 @@ [%# Define strings that will serve as the title and header of this page %] [% title = BLOCK %]Edit Attachment #[% attachid %] for Bug #[% bugid %][% END %] -[% h1 = BLOCK %]Edit Attachment #[% attachid %] for Bug #[% bugid %][% END %] +[% h1 = BLOCK %]Edit Attachment #[% attachid %] for + [%+ GetBugLink(bugid, "Bug $bugid") %][% END %] [% h2 = BLOCK %][% bugsummary FILTER html %][% END %] [% PROCESS global/header.html.tmpl 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 Bug #$bugid" + h1 = h1 h2 = filtered_summary style = " table.attachment_info th { text-align: right; vertical-align: top; } -- cgit v1.2.3-24-g4f1b