diff options
author | jocuri%softhome.net <> | 2005-01-09 03:33:48 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2005-01-09 03:33:48 +0100 |
commit | 0a99f5218fc9e86055f2cc04d680614d093c68da (patch) | |
tree | 9ce8f8fd08c5c2d9bb8a6e9db0fc141923b43766 /template | |
parent | 78d77d8829ecc11ec6102ba7fec5a028f1af3ad5 (diff) | |
download | bugzilla-0a99f5218fc9e86055f2cc04d680614d093c68da.tar.gz bugzilla-0a99f5218fc9e86055f2cc04d680614d093c68da.tar.xz |
Patch for bug 277389: Modify flag notification code so it doesn't append emailsuffix to CC list's addresses; patch by Marc Schumann <wurblzap@gmail.com>, r=wurblzap, a=justdave.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/flag-type/edit.html.tmpl | 9 |
1 files changed, 8 insertions, 1 deletions
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 @@ <tr> <th>CC List:</th> <td> - if requestable, who should get carbon copied on email notification of requests<br> + 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 + <kbd>[% Param('emailsuffix') %]</kbd> will <em>not</em> be appended + to these addresses, so you should add it explicitly if so desired. + [% END %]<br> <input type="text" name="cc_list" value="[% type.cc_list FILTER html %]" size="80" maxlength="200"> </td> </tr> |