From e3309c2f477a26e40f5e809cb124bb95c3c016fc Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 12 Dec 2014 09:12:27 -0500 Subject: [PATCH] CRM-15720 - Update help text for locked options --- templates/CRM/Admin/Page/Options.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/CRM/Admin/Page/Options.tpl b/templates/CRM/Admin/Page/Options.tpl index e00194ec49..f80afb805f 100644 --- a/templates/CRM/Admin/Page/Options.tpl +++ b/templates/CRM/Admin/Page/Options.tpl @@ -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: "Client Services" <clientservices@example.org>{/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} -- 2.25.1