From edf90a5951ba342889f5ca634c1948b7a02473cc Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sun, 4 Nov 2018 09:13:53 +1100 Subject: [PATCH] dev/core#6 Add in help text about the is public setting for custom groups --- templates/CRM/Custom/Form/Group.tpl | 2 +- templates/CRM/Custom/Page/Group.hlp | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Custom/Form/Group.tpl b/templates/CRM/Custom/Form/Group.tpl index 709b36cf06..d61cea4350 100644 --- a/templates/CRM/Custom/Form/Group.tpl +++ b/templates/CRM/Custom/Form/Group.tpl @@ -66,7 +66,7 @@   - {$form.is_public.html} {$form.is_public.label} + {$form.is_public.html} {$form.is_public.label} {help id="id-is-public"} {$form.help_pre.label} {help id="id-help_pre"} diff --git a/templates/CRM/Custom/Page/Group.hlp b/templates/CRM/Custom/Page/Group.hlp index 60ee2c581f..b30a57152d 100644 --- a/templates/CRM/Custom/Page/Group.hlp +++ b/templates/CRM/Custom/Page/Group.hlp @@ -100,12 +100,19 @@ {ts}Check this box if you want only the title for this fieldset to be displayed when the page is initially loaded (fields are hidden) on advanced search.{/ts} {/htxt} +{htxt id="id-is-public-title"} + {ts}Is this Custom Group Public{/ts} +{/htxt} +{htxt id="id-is-public"} + {ts}Check this box if you want this custom group to be displayed on public forms e.g. Event Information page. Only public custom groups will be included in event receipts.{/ts} {docURL page="user/organising-your-data/creating-custom-fields/#is-this-custom-field-set-public" title"Read More"} +{/htxt} + {htxt id="id-help_pre-title"} {ts}Pre Help{/ts} {/htxt} {htxt id="id-help_pre"} {ts}Explanatory text displayed at the beginning of this sets of fields.{/ts} - {/htxt} +{/htxt} {htxt id="id-help_post-title"} {ts}Post Help{/ts} -- 2.25.1