X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fedit%2Fmsg_template.html;h=a0030ceddb93b3ef90ce905a71d67dffe6bdf6fc;hb=bd2273ebba5914a07cfa60e0e44739d6a8d76e53;hp=c38c40e4a6ae120bd59f0cb64918ea4acf4e35c3;hpb=06ddeb41d643967a612119732bdd67e5ea7e45a2;p=freeside.git diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html index c38c40e4a..a0030cedd 100644 --- a/httemplate/edit/msg_template.html +++ b/httemplate/edit/msg_template.html @@ -5,16 +5,18 @@ 'viewall_dir' => 'browse', 'agent_virt' => 1, 'agent_null' => 1, - 'agent_null_right' => 'Edit global templates', + 'agent_null_right' => ['Edit global templates', 'Configuration'], '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', },