Skip to content

Commit

Permalink
Merge pull request #13075 from colemanw/help
Browse files Browse the repository at this point in the history
Fix typo in smarty help
  • Loading branch information
seamuslee001 authored Nov 10, 2018
2 parents 192b691 + cd83dd4 commit fbe4631
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/CRM/Custom/Page/Group.hlp
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
<p>{ts}Checking this box allows you to enter multiple sets of values for a given contact.{/ts}</p>
<p>{ts}<strong>EXAMPLE:</strong> When creating a set of custom fields used to collect <strong>Employment History</strong> - 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}</p>
<p>{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}</p>
Expand All @@ -72,10 +72,10 @@
</p>
{/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}

Expand Down Expand Up @@ -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"}
Expand Down

0 comments on commit fbe4631

Please sign in to comment.