From fd22229935a63822ae7b92c95c230c85cf3d1e4e Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 6 Oct 2023 17:53:12 +1300 Subject: [PATCH] Remove discussion about format from html box on email form --- templates/CRM/Admin/Form/MessageTemplates.tpl | 5 ++--- templates/CRM/Contact/Form/Task/Email.hlp | 12 ++++++++++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/templates/CRM/Admin/Form/MessageTemplates.tpl b/templates/CRM/Admin/Form/MessageTemplates.tpl index 3750619f9b..c7862dcdc1 100644 --- a/templates/CRM/Admin/Form/MessageTemplates.tpl +++ b/templates/CRM/Admin/Form/MessageTemplates.tpl @@ -78,14 +78,14 @@
{$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}Plain-Text Format{/ts} + {ts}Optional Plain-Text Format{/ts} + {help id="id-message-plain" file="CRM/Contact/Form/Task/Email.hlp"}
@@ -95,7 +95,6 @@
{$form.msg_text.html|crmAddClass:huge} -
{ts}Text formatted message.{/ts}
diff --git a/templates/CRM/Contact/Form/Task/Email.hlp b/templates/CRM/Contact/Form/Task/Email.hlp index e9a357730b..c2f28034ba 100644 --- a/templates/CRM/Contact/Form/Task/Email.hlp +++ b/templates/CRM/Contact/Form/Task/Email.hlp @@ -55,7 +55,15 @@ be an equal sign and a number (=12). The number (12 in this example) is the id o {ts}Message Text{/ts} {/htxt} {htxt id="id-message-text"} -

{ts}You can send your email as a simple text-only message, as an HTML formatted message, or both. Text-only messages are sufficient for most email communication - and some recipients may prefer not to receive HTML formatted messages.{/ts}

-

{ts}HTML messages have more visual impact, allow you to include images, and may be more readable if you are including links to website pages. However, different email programs may interpret HTML formats differently - so use this option cautiously unless you have a template format that has been tested with different web and desktop email programs.{/ts}

+

{ts}You can include tokens in your message{/ts}

{docURL page="user/common-workflows/tokens-and-mail-merge" text=$tokentext}

{/htxt} +{htxt id="id-message-text-title"} + {ts}Message Plain Text{/ts} +{/htxt} +{htxt id="id-message-plain"} +

{ts}Configuring a plain text version of a message is optional will be removed from CiviCRM in a future version.{/ts}

+

{ts}If the text version is blank one will be automatically generated from the HTML content.{/ts}

+{capture assign=plainText}{ts}Find out more about including a plain text version{/ts}{/capture} +

{docURL page="user/common-workflows/tokens-and-mail-merge" text=$plainText}

+{/htxt} -- 2.25.1