Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in smarty help #13075

Merged
merged 2 commits into from
Nov 10, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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