From 44b48df3901d829e1423749136d142964ccb4a3e Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 4 Jul 2003 04:31:13 +0000 Subject: Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave. --- template/en/default/attachment/updated.html.tmpl | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'template/en/default/attachment/updated.html.tmpl') diff --git a/template/en/default/attachment/updated.html.tmpl b/template/en/default/attachment/updated.html.tmpl index df5f4665a..00b5a66f8 100644 --- a/template/en/default/attachment/updated.html.tmpl +++ b/template/en/default/attachment/updated.html.tmpl @@ -24,8 +24,10 @@ # bugid: integer. ID of the bug we are updating. # attachid: integer. ID of the attachment we just attached. #%] - -[% PROCESS global/header.html.tmpl + +[% PROCESS global/variables.none.tmpl %] + +[% PROCESS global/header.html.tmpl title = "Changes Submitted" style = "th { text-align: left; }" %] @@ -35,15 +37,15 @@
-

Changes to +

Changes to attachment [% attachid %] - of bug [% bugid %] submitted + of [% terms.bug %] [% bugid %] submitted

[% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %]
- Back to Bug #[% bugid %] + Back to [% terms.Bug %] #[% bugid %]
-- cgit v1.2.3-24-g4f1b