You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<br /><spanclass="description">{ts}Subject for email message.{/ts}{ts 1=$tokenDocsRepeated}Tokens may be included (%1).{/ts}</span>
50
48
</td>
51
49
</tr>
52
50
<tr>
@@ -82,7 +80,7 @@
82
80
<divclass="clear"></div>
83
81
<divclass='html'>
84
82
{$form.msg_html.html|crmAddClass:huge}
85
-
<divclass="description">{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}</div>
83
+
<divclass="description">{ts}An HTML formatted version of this message will be sent to contacts whose Email Format preference is 'HTML' or 'Both'.{/ts}</div>
86
84
</div>
87
85
</div><!-- /.crm-accordion-body -->
88
86
</div><!-- /.crm-accordion-wrapper -->
@@ -99,7 +97,7 @@
99
97
<divclass="clear"></div>
100
98
<divclass='text'>
101
99
{$form.msg_text.html|crmAddClass:huge}
102
-
<divclass="description">{ts}Text formatted message.{/ts}{ts 1=$tokenDocsRepeated}Tokens may be included (%1).{/ts}</div>
{capture assign=tokenDocs}{docURL page="user/common-workflows/tokens-and-mail-merge" text="View the CiviCRM Token Documentation"}{/capture}
10
11
{htxt id="id-from_email-title"}
11
12
{ts}From Address{/ts}
12
13
{/htxt}
@@ -40,6 +41,7 @@
40
41
{/htxt}
41
42
{htxt id="id-token-subject"}
42
43
<p>{ts}Use a token in the Subject when you are sending mail to a number of recipients and want to include their name and / or other values from their contact record automatically in the subject line.{/ts}</p>
44
+
<p>{ts 1=$tokenDocs}%1{/ts}</p>
43
45
{/htxt}
44
46
45
47
{htxt id="id-token-text-title"}
@@ -57,6 +59,7 @@
57
59
<p>{ts}Custom tokens (based on custom data) can be added for organizations as well. These tokens will not be displayed in the list of available tokens, but can be added manually. The format is {literal}{contact.custom_12}{/literal} – where 12 is the ID of the custom data field. To find the custom data field ID,
58
60
go Administer > Customize Data & Screens > Custom Fields and click ‘edit’ on the field you want to use. Look at the URL. The last part of the URL will
59
61
be an equal sign and a number (=12). The number (12 in this example) is the id of that custom field.{/ts}</p>
62
+
<p>{ts 1=$tokenDocs}%1{/ts}</p>
60
63
{/htxt}
61
64
62
65
{htxt id="id-token-html-title"}
@@ -82,6 +85,7 @@ be an equal sign and a number (=12). The number (12 in this example) is the id o
82
85
<p>{ts}Custom tokens (based on custom data) can be added for organizations as well. These tokens will not be displayed in the list of available tokens, but can be added manually. The format is {literal}{contact.custom_12}{/literal} – where 12 is the ID of the custom data field. To find the custom data field ID,
83
86
go Administer > Customize Data & Screens > Custom Fields and click ‘edit’ on the field you want to use. Look at the URL. The last part of the URL will
84
87
be an equal sign and a number (=12). The number (12 in this example) is the id of that custom field.{/ts}</p>
88
+
<p>{ts 1=$tokenDocs}%1{/ts}</p>
85
89
{/htxt}
86
90
87
91
{htxt id="id-message-text-title"}
@@ -90,4 +94,5 @@ be an equal sign and a number (=12). The number (12 in this example) is the id o
90
94
{htxt id="id-message-text"}
91
95
<p>{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}</p>
92
96
<p>{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}</p>
0 commit comments