summaryrefslogtreecommitdiff
path: root/httemplate/edit/msg_template.html
diff options
context:
space:
mode:
authormark <mark>2010-08-16 17:49:03 +0000
committermark <mark>2010-08-16 17:49:03 +0000
commit4774ede40353662ddcb4181d824ab2167c68ff8c (patch)
treed38caffb40f573dd82e74be5595576d374508ad0 /httemplate/edit/msg_template.html
parent55476aa0484f5ebada5f36e1407722d84609bd34 (diff)
Bcc address for impending recur notices, RT#8953
Diffstat (limited to 'httemplate/edit/msg_template.html')
-rw-r--r--httemplate/edit/msg_template.html2
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',
},