Merge pull request #19278 from colemanw/relationshipTypePseudoconstants
[civicrm-core.git] / templates / CRM / SMS / Form / Group.hlp
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
1188c7a8 3 | Copyright CiviCRM LLC. All rights reserved. |
6a488035 4 | |
1188c7a8
TO
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
6a488035
TO
8 +--------------------------------------------------------------------+
9*}
10{htxt id="sms-name-title"}
11 {ts}Message Name{/ts}
12{/htxt}
13{htxt id="sms-name"}
14<p>
15{ts}Assign a unique name to each of your mass messages. Select a naming convention that will help keep your messages organized.{/ts}
16</p>
17{/htxt}
18
19{htxt id="include-groups-title"}
20 {ts}Include Groups{/ts}
21{/htxt}
22{htxt id="include-groups"}
23<p>{ts}Determine the contacts in your database who should receive this Mass SMS by first selecting one or more <strong>Included Groups</strong>. (Groups must be assigned the <strong>Mailing List</strong> type to be available on this screen - you can update this for an existing group from <strong>Manage Groups &raquo; Settings</strong>.){/ts}</p>
24<p>{ts}You also have the option to <strong>Exclude</strong> some contacts from your included groups by selecting one or more <strong>Excluded Groups</strong>. Contacts who are in both groups will NOT receive the SMS (they are 'excluded').{/ts}</p>
25<p>{ts}If you have sent other Mass SMS - you can additionally Include (or Exclude) contacts who received those Mass SMS. CiviCRM will eliminate any duplications so that contacts who are in an Included Group AND were recipients of an Included Mailing will only be sent one copy of this SMS.{/ts}</p>
26<p>{ts}After you click <strong>Next</strong> - the total number of selected recipients will be displayed on the next screen. Use this as a 'reality-check' to help you confirm that you've targeted (and excluded) the desired recipients.{/ts}</p>
27{/htxt}
28
29{htxt id="exclude-groups-title"}
30 {ts}Exclude Groups{/ts}
31{/htxt}
32{htxt id="exclude-groups"}
33<p>{ts}You also have the option to <strong>Exclude</strong> some contacts in your included groups by selecting one or more <strong>Excluded Groups</strong>. Contacts who are in both groups will NOT receive the SMS (they are 'excluded').{/ts}</p>
34{/htxt}
35
36{htxt id="include-mailings-title"}
37 {ts}Include Messages{/ts}
38{/htxt}
39{htxt id="include-mailings"}
40<p>{ts}If you have sent other Mass SMS - you can additionally Include (or Exclude) contacts who received those SMS. CiviCRM will eliminate any duplications so that contacts who are in an Included Group AND were recipients of an Included Mailing will only be sent one copy of this Mass SMS.{/ts}</p>
41{/htxt}
42
43{htxt id="exclude-mailings-title"}
44 {ts}Exclude Messages{/ts}
45{/htxt}
46{htxt id="exclude-mailings"}
47<p>{ts}If you have sent other Mass SMS - you can additionally Include (or Exclude) contacts who received those Mass SMS. CiviCRM will eliminate any duplications so that contacts who are in an Included Group AND were recipients of an Included Mailing will only be sent one copy of this SMS.{/ts}</p>
48{/htxt}
6eee0915 49
50{htxt id ="id-sms_provider-title"}
51 {ts}SMS Provider{/ts}
52{/htxt}
53{htxt id ="id-sms_provider"}
54<p>{ts}Select the SMS provider for this mass message from the dropdown list.{/ts}</p>
55{if $params.isAdmin}
56 {capture assign="fromConfig"}{crmURL p="civicrm/admin/sms/provider" q="reset=1"}{/capture}
57 <p>{ts 1=$fromConfig}Go to <a href='%1'>Administer CiviCRM &raquo; System Settings &raquo; SMS Providers</a> to add or edit SMS Provider.{/ts}</p>
58{else}
59 {ts}Contact your site administrator if you need to use a SMS Provider which is not in the dropdown list.{/ts}
60{/if}
61{/htxt}