CRM-15720 - Update help text for locked options
authorColeman Watts <coleman@civicrm.org>
Fri, 12 Dec 2014 14:12:27 +0000 (09:12 -0500)
committerColeman Watts <coleman@civicrm.org>
Fri, 12 Dec 2014 14:12:27 +0000 (09:12 -0500)
templates/CRM/Admin/Page/Options.tpl

index e00194ec49e2b77fe7362b609d5ba49cd473666d..f80afb805f9dd52a41823180204fccd57661f778 100644 (file)
@@ -63,6 +63,8 @@
     {ts}Define statuses for event participants here (e.g. Registered, Attended, Cancelled...). You can then assign statuses and search for participants by status.{/ts} {ts}"Counted?" controls whether a person with that status is counted as participant for the purpose of controlling the Maximum Number of Participants.{/ts}
   {elseif $gName eq 'from_email_address'}
     {ts}By default, CiviCRM uses the primary email address of the logged in user as the FROM address when sending emails to contacts. However, you can use this page to define one or more general Email Addresses that can be selected as an alternative. EXAMPLE: <em>"Client Services" &lt;clientservices@example.org&gt;</em>{/ts}
+  {elseif $isLocked}
+    {ts}This option group is reserved for system use. You cannot add or delete options in this list.{/ts}
   {else}
     {ts 1=$gLabel}The existing option choices for %1 group are listed below. You can add, edit or delete them from this screen.{/ts}
   {/if}