diff options
author | Mark Wells <mark@freeside.biz> | 2013-11-16 18:22:39 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-11-16 18:22:39 -0800 |
commit | 517ad7e0c5bd5a6329dfd3ef9c35f69afea9fc49 (patch) | |
tree | 3fe2e243630ff9acc7130e8085e268d21b9e8b22 /httemplate/misc/email-customers.html | |
parent | cf5608f9ce868ccb91244f6cab58022869fc7c17 (diff) |
UI to disable message templates, #26035
Diffstat (limited to 'httemplate/misc/email-customers.html')
-rw-r--r-- | httemplate/misc/email-customers.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html index ad67b8d7e..3b2ac3c5f 100644 --- a/httemplate/misc/email-customers.html +++ b/httemplate/misc/email-customers.html @@ -98,6 +98,7 @@ Template: <% include('/elements/select-table.html', 'label' => 'Template:', 'table' => 'msg_template', + 'hashref' => { disabled => '' }, 'name_col' => 'msgname', 'empty_label' => '(none)', 'onchange' => 'toggle(this)', |