summaryrefslogtreecommitdiff
path: root/httemplate/edit/msg_template/email.html
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-10-20 20:56:13 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-12-22 03:10:18 -0600
commit7461526f923d4cc9341b5bbebad3bf409b778120 (patch)
treea0a395c4836066010abf2a46c003a2e5e372773a /httemplate/edit/msg_template/email.html
parent796750496ab90b7e10823e2a3a008b600ab8f090 (diff)
RT#38217 Send email when logging conditions are met [v4 merge]
Diffstat (limited to 'httemplate/edit/msg_template/email.html')
-rw-r--r--httemplate/edit/msg_template/email.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/edit/msg_template/email.html b/httemplate/edit/msg_template/email.html
index eb6e5ed3f..53f538b11 100644
--- a/httemplate/edit/msg_template/email.html
+++ b/httemplate/edit/msg_template/email.html
@@ -311,6 +311,11 @@ my %substitutions = (
'$payinfo' => 'Card/account# (masked)',
'$payinfo_end' => 'Card/account last 4 digits',
],
+ 'system_log' => [
+ '$logmessage' => 'Log entry message',
+ '$loglevel' => 'Log entry level',
+ '$logcontext' => 'Log entry context',
+ ],
);
tie my %sections, 'Tie::IxHash', (
@@ -325,6 +330,7 @@ tie my %sections, 'Tie::IxHash', (
'svc_domain'=> 'Domain service fields',
'svc_phone' => 'Phone service fields',
'svc_broadband' => 'Broadband service fields',
+'system_log' => 'System log fields',
);
my $widget = new HTML::Widgets::SelectLayers(