diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-01-16 19:07:58 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-01-16 19:07:58 -0800 |
commit | 4a6f0b1b2462bfb3391808959624a4c7336119db (patch) | |
tree | e9ec9d17f6b4a41c2eb0a6d99e0257e3facebde2 /httemplate/misc/email-customers.html | |
parent | 85636d71668210cd39c7f44d7ce78ff09519b956 (diff) |
agent virt msg_template selection for customer email notices, RT#26143
Diffstat (limited to 'httemplate/misc/email-customers.html')
-rw-r--r-- | httemplate/misc/email-customers.html | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html index 3b2ac3c5f..b47f4414f 100644 --- a/httemplate/misc/email-customers.html +++ b/httemplate/misc/email-customers.html @@ -95,15 +95,10 @@ function toggle(obj) { </SCRIPT> Template: - <% include('/elements/select-table.html', - 'label' => 'Template:', - 'table' => 'msg_template', - 'hashref' => { disabled => '' }, - 'name_col' => 'msgname', - 'empty_label' => '(none)', - 'onchange' => 'toggle(this)', - ) - %><BR> + <& /elements/select-msg_template.html, + onchange => 'toggle(this)', + &> + <BR> <TABLE BGCOLOR="#cccccc" CELLSPACING=0 WIDTH="100%" id="table_no_template"> <& /elements/tr-td-label.html, 'label' => 'From:' &> <TD><& /elements/input-text.html, |