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/bug/process/bugmail.html.tmpl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'template/en/default/bug/process/bugmail.html.tmpl') diff --git a/template/en/default/bug/process/bugmail.html.tmpl b/template/en/default/bug/process/bugmail.html.tmpl index 5445ef9cd..631842a40 100644 --- a/template/en/default/bug/process/bugmail.html.tmpl +++ b/template/en/default/bug/process/bugmail.html.tmpl @@ -22,20 +22,22 @@ [%# INTERFACE: # mailing_bugid: string. ID of the bug this mail is concerning. - # mailrecipients: hash. People involved in this change. Hash has up to five + # mailrecipients: hash. People involved in this change. Hash has up to five # elements: - # changer: string. The login name of the user who made the + # changer: string. The login name of the user who made the # change. # # For bug changes where people need to be notified: # owner: string. The login name of the bug assignee. # reporter: string. The login name of the bug reporter. - # qacontact: string. The login name of the bug's QA contact. + # qacontact: string. The login name of the bug's QA contact. # Optional. - # cc: list of strings. The login names of those on the CC + # cc: list of strings. The login names of those on the CC # list. #%] +[% PROCESS global/variables.none.tmpl %] + [% mail = SendBugMail(mailing_bugid, mailrecipients) %] [% PROCESS emails @@ -49,7 +51,7 @@ %]
- If you wish to tweak the kinds of mail Bugzilla sends you, you can + If you wish to tweak the kinds of mail [% terms.Bugzilla %] sends you, you can change your preferences.
@@ -62,7 +64,7 @@ [% description %]: [% IF names.size > 0 %] [%+ FOREACH name = names %] - [% name %][% ", " UNLESS loop.last() %] + [% name %][% ", " UNLESS loop.last() %] [% END %] [% ELSE %] no one -- cgit v1.2.3-24-g4f1b