From cd83dd4d0cec88f91985787a37d16ca1fe93aa3a Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 9 Nov 2018 10:29:23 -0500 Subject: [PATCH] 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 53162c64c7..404e577f12 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} -- 2.25.1