From 4c93d5fbcc1e5b8777ef26ea217c8de38d290fa6 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 3 Oct 2007 22:42:05 +0000 Subject: Bug 398428: After creating or editing an attachment, immediately display the bug it belongs to - Patch by Frédéric Buclin r=ghendricks a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/attachment/created.html.tmpl | 6 +++--- template/en/default/attachment/updated.html.tmpl | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'template') diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl index 69b18c2b7..58822b89b 100644 --- a/template/en/default/attachment/created.html.tmpl +++ b/template/en/default/attachment/created.html.tmpl @@ -27,7 +27,7 @@ [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl - title = "Changes Submitted" + title = "Attachment $attachment.id added to $terms.Bug $attachment.bug_id" %]
@@ -60,7 +60,7 @@

Create - Another Attachment to [% terms.Bug %] #[% attachment.bug_id %] + Another Attachment to [% terms.Bug %] [%+ attachment.bug_id %]

-[% PROCESS global/footer.html.tmpl %] +[% PROCESS bug/show.html.tmpl %] diff --git a/template/en/default/attachment/updated.html.tmpl b/template/en/default/attachment/updated.html.tmpl index ca695e602..2cfb217ea 100644 --- a/template/en/default/attachment/updated.html.tmpl +++ b/template/en/default/attachment/updated.html.tmpl @@ -26,7 +26,7 @@ [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl - title = "Changes Submitted" + title = "Changes Submitted to Attachment $attachment.id of $terms.Bug $attachment.bug_id" %]
@@ -41,4 +41,4 @@
-[% PROCESS global/footer.html.tmpl %] +[% PROCESS bug/show.html.tmpl %] -- cgit v1.2.3-24-g4f1b