From ea5e09edbc8b66296fb3853ec7eed29fd122890c Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 16 Aug 2014 20:54:31 +0100 Subject: [PATCH] msg-template layout fix --- templates/CRM/Admin/Form/MessageTemplates.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Admin/Form/MessageTemplates.tpl b/templates/CRM/Admin/Form/MessageTemplates.tpl index 6fdcb7b0da..267a4616f7 100644 --- a/templates/CRM/Admin/Form/MessageTemplates.tpl +++ b/templates/CRM/Admin/Form/MessageTemplates.tpl @@ -70,6 +70,7 @@ {help id="id-token-text" tplFile=$tplFile file="CRM/Contact/Form/Task/Email.hlp"} +
{$form.msg_text.html|crmAddClass:huge}
{ts}Text formatted message.{/ts} {ts 1=$tokenDocsRepeated}Tokens may be included (%1).{/ts}
@@ -88,7 +89,7 @@ {help id="id-token-html" tplFile=$tplFile isAdmin=$isAdmin editor=$editor file="CRM/Contact/Form/Task/Email.hlp"}
-
+
{$form.msg_html.html}
{ts}You may optionally create an HTML formatted version of this message. It 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