summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authormark <mark>2010-11-08 20:59:54 +0000
committermark <mark>2010-11-08 20:59:54 +0000
commit6d14d1fd9ddd1be4b13c05d44bb91bb8fcae519b (patch)
tree508876407be271a012afd30d0f05f26feb141c13 /httemplate
parent648aa3b8a493fd693c43cac8b13b2f3c57f2c75d (diff)
ticket export for svc_phone, domain, broadband, RT#10363
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/msg_template.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html
index be917d6..8e859e6 100644
--- a/httemplate/edit/msg_template.html
+++ b/httemplate/edit/msg_template.html
@@ -101,6 +101,25 @@ my %substitutions = (
'$password' => 'Password',
'$domain' => 'Domain name',
],
+ 'svc_domain' => [
+ '$svcnum' => 'Service#',
+ '$domain' => 'Domain name',
+ '$registrar' => 'Registrar name',
+ '$catchall' => 'Catchall email',
+ ],
+ 'svc_phone' => [
+ '$svcnum' => 'Service#',
+ '$phonenum' => 'Phone number',
+ '$countrycode' => 'Country code',
+ '$domain' => 'Domain name'
+ ],
+ 'svc_broadband' => [
+ '$svcnum' => 'Service#',
+ '$ip_addr' => 'IP address',
+ '$mac_addr' => 'MAC address',
+ '$speed_up' => 'Upstream speed',
+ '$speed_down' => 'Downstream speed',
+ ],
'cust_pay' => [
'$paynum' => 'Payment#',
'$paid' => 'Amount',
@@ -124,6 +143,9 @@ tie my %sections, 'Tie::IxHash', (
'cust_bill' => 'Invoice fields',
'cust_pay' => 'Payment fields',
'svc_acct' => 'Login service fields',
+'svc_domain'=> 'Domain service fields',
+'svc_phone' => 'Phone service fields',
+'svc_broadband' => 'Broadband service fields',
);
my $widget = new HTML::Widgets::SelectLayers(