From 0a99f5218fc9e86055f2cc04d680614d093c68da Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sun, 9 Jan 2005 02:33:48 +0000 Subject: Patch for bug 277389: Modify flag notification code so it doesn't append emailsuffix to CC list's addresses; patch by Marc Schumann , r=wurblzap, a=justdave. --- template/en/default/admin/flag-type/edit.html.tmpl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'template/en/default/admin/flag-type/edit.html.tmpl') diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl index c735ac33d..8afbc38cb 100644 --- a/template/en/default/admin/flag-type/edit.html.tmpl +++ b/template/en/default/admin/flag-type/edit.html.tmpl @@ -163,7 +163,14 @@ CC List: - if requestable, who should get carbon copied on email notification of requests
+ if requestable, who should get carbon copied on email notification of requests. + This is a comma-separated list of full e-mail addresses which do not + need to be [% terms.Bugzilla %] logins. + [% IF Param('emailsuffix') %] + Note that the configured emailsuffix + [% Param('emailsuffix') %] will not be appended + to these addresses, so you should add it explicitly if so desired. + [% END %]
-- cgit v1.2.3-24-g4f1b