diff options
author | mark <mark> | 2010-08-16 17:50:59 +0000 |
---|---|---|
committer | mark <mark> | 2010-08-16 17:50:59 +0000 |
commit | cf7692279ed80fc79611df83863ebf3b6bef7c96 (patch) | |
tree | 495b3cf91bbb01e434d96a6581203397521e64b4 /httemplate | |
parent | b98badc88cb1e1fcd3d292b494daa7ba4114bdb6 (diff) |
Bcc address for impending recur notices, RT#8953
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/edit/msg_template.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html index c38c40e4a..460f4dcc2 100644 --- a/httemplate/edit/msg_template.html +++ b/httemplate/edit/msg_template.html @@ -10,11 +10,13 @@ 'fields' => [ 'msgname', 'subject', 'from_addr', + 'bcc_addr', { field=>'body', type=>'htmlarea', width=>763 }, ], 'labels' => { 'msgnum' => 'Template', 'msgname' => 'Template name', 'from_addr' => 'Return address', + 'bcc_addr' => 'Bcc address (optional)', 'subject' => 'Message subject', 'body' => 'Message template', }, |