CRM-11130 - add link to CiviMail automated msg config from Message Templates listing.
authorDave Greenberg <dave@civicrm.org>
Thu, 11 Jun 2015 17:56:18 +0000 (10:56 -0700)
committerDave Greenberg <dave@civicrm.org>
Thu, 11 Jun 2015 17:56:18 +0000 (10:56 -0700)
----------------------------------------
* CRM-11130: Add link to CiviMail Header/Footer messages from Message Templates admin page
  https://issues.civicrm.org/jira/browse/CRM-11130

templates/CRM/Admin/Page/MessageTemplates.tpl

index ef4ce5405f58ca60652d51aaff83c3ddd1eefe97..609c76cd841fd9dc5fc91a74e517cb5af1b54f3f 100644 (file)
           <div class="help">
           {if $type eq 'userTemplates'}
             {capture assign=schedRemURL}{crmURL p='civicrm/admin/scheduleReminders' q="reset=1"}{/capture}
-            {ts 1=$schedRemURL}User-driven message templates allow you to save and re-use messages with layouts. They are useful if you need to send similar emails or letters to contacts on a recurring basis. You can also use them in CiviMail mailings. Messages used for membership renewal reminders, as well as event and activity related reminders should be created via <a href="%1">Scheduled Reminders</a>.{/ts} {help id="id-intro"}
+            {ts 1=$schedRemURL}Message templates allow you to easily create similar emails or letters on a recurring basis. Messages used for membership renewal reminders, as well as event and activity related reminders should be created via <a href="%1">Schedule Reminders</a>.{/ts}
+            {if array_search('CiviMail', $config->enableComponents)}
+              <p>
+                {capture assign=automatedMsgURL}{crmURL p='civicrm/admin/component' q="reset=1"}{/capture}
+                {ts 1=$automatedMsgURL}You can also use message templates for CiviMail (bulk email) content. However, subscribe, unsubscribe and opt-out messages are configured at <a href="%1">Administer > CiviMail > Headers, Footers and Automated Messages</a>.{/ts}
+              </p>
+            {/if}
+            {help id="id-intro"}
           {else}
             {ts}System workflow message templates are used to generate the emails sent to constituents and administrators for contribution receipts, event confirmations and many other workflows. You can customize the style and wording of these messages here.{/ts} {help id="id-system-workflow"}
           {/if}