From e756258536537418bec8bfdbb0267c2d0eb2de39 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Tue, 6 Mar 2018 09:53:58 +0000 Subject: [PATCH] Add 'huge' class to html textarea to match plaintext textarea --- templates/CRM/Admin/Form/MessageTemplates.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Admin/Form/MessageTemplates.tpl b/templates/CRM/Admin/Form/MessageTemplates.tpl index 3de688e519..9ef2c6c860 100644 --- a/templates/CRM/Admin/Form/MessageTemplates.tpl +++ b/templates/CRM/Admin/Form/MessageTemplates.tpl @@ -96,7 +96,7 @@
- {$form.msg_html.html} + {$form.msg_html.html|crmAddClass:huge}
{ts}An HTML formatted version of this message will be sent to contacts whose Email Format preference is 'HTML' or 'Both'.{/ts} {ts 1=$tokenDocsRepeated}Tokens may be included (%1).{/ts}
-- 2.25.1