From fcf073e70411141ec80fe7a5bbe87d564fc80bab Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 9 Nov 2018 10:22:10 -0500 Subject: [PATCH 1/2] Fix typo in smarty help --- templates/CRM/Custom/Page/Group.hlp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Custom/Page/Group.hlp b/templates/CRM/Custom/Page/Group.hlp index b30a57152d42..53162c64c726 100644 --- a/templates/CRM/Custom/Page/Group.hlp +++ b/templates/CRM/Custom/Page/Group.hlp @@ -104,7 +104,7 @@ {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"} + {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"} {/htxt} {htxt id="id-help_pre-title"} From cd83dd4d0cec88f91985787a37d16ca1fe93aa3a Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 9 Nov 2018 10:29:23 -0500 Subject: [PATCH 2/2] Fix missing quotation marks in help file --- templates/CRM/Custom/Page/Group.hlp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/CRM/Custom/Page/Group.hlp b/templates/CRM/Custom/Page/Group.hlp index 53162c64c726..404e577f12a0 100644 --- a/templates/CRM/Custom/Page/Group.hlp +++ b/templates/CRM/Custom/Page/Group.hlp @@ -55,10 +55,10 @@ {/htxt} {capture assign=importMultipleURL}{crmURL p="civicrm/import/custom" q="reset=1"}{/capture} -{htxt id=id-is_multiple-title"} +{htxt id="id-is_multiple-title"} {ts}Allow Multiple Records{/ts} {/htxt} -{htxt id=id-is_multiple"} +{htxt id="id-is_multiple"}

{ts}Checking this box allows you to enter multiple sets of values for a given contact.{/ts}

{ts}EXAMPLE: When creating a set of custom fields used to collect Employment History - you might have fields for Job Title, Start Date, End Date, and Reason for Leaving. Checking the "multiple records" box allows you to collect information for multiple jobs.{/ts}

{ts}You can also set the maximum number of records which can be recorded per contact. Using the previous example, you might only want data for the three most recent jobs.{/ts}

@@ -72,10 +72,10 @@

{/htxt} -{htxt id=id-max_multiple-title"} +{htxt id="id-max_multiple-title"} {ts}Maximum Records{/ts} {/htxt} -{htxt id=id-max_multiple"} +{htxt id="id-max_multiple"} {ts}If you want to set a specific limit on the maximum number of records, enter that number. Otherwise leave this field blank.{/ts} {/htxt}