summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/updated.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-10-04 00:42:05 +0200
committerlpsolit%gmail.com <>2007-10-04 00:42:05 +0200
commit4c93d5fbcc1e5b8777ef26ea217c8de38d290fa6 (patch)
treecd941118d5e2dc1cc31f44265bc00acd83166709 /template/en/default/attachment/updated.html.tmpl
parent76e5ced1875498b9f4de15019abcb54a73ed09bc (diff)
downloadbugzilla-4c93d5fbcc1e5b8777ef26ea217c8de38d290fa6.tar.gz
bugzilla-4c93d5fbcc1e5b8777ef26ea217c8de38d290fa6.tar.xz
Bug 398428: After creating or editing an attachment, immediately display the bug it belongs to - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
Diffstat (limited to 'template/en/default/attachment/updated.html.tmpl')
-rw-r--r--template/en/default/attachment/updated.html.tmpl4
1 files changed, 2 insertions, 2 deletions
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"
%]
<dl>
@@ -41,4 +41,4 @@
</dd>
</dl>
-[% PROCESS global/footer.html.tmpl %]
+[% PROCESS bug/show.html.tmpl %]