Skip to content

Commit

Permalink
CRM-4287. Update template help.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Burgess authored and jitendrapurohit committed Feb 3, 2017
1 parent 35628cc commit 0cfaf86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions settings/Search.setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,10 @@
'quick_form_type' => 'YesNo',
'default' => 1,
'add' => '4.7',
'title' => 'Search Primary Location Types Only',
'title' => 'Search Primary Details Only',
'is_domain' => 1,
'is_contact' => 0,
'description' => 'If enabled, only primary location types(email, phone, etc.) will be included in Basic and Advanced Search results. Disabling this feature will allow users to search by any location type values attached to the contact.',
'description' => 'If enabled, only primary details (eg contact\'s primary email, phone, etc) will be included in Basic and Advanced Search results. Disabling this feature will allow users to match contacts using any email, phone etc detail.',
'help_text' => NULL,
),
);
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Form/Setting/Search.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<tr class="crm-search-setting-form-block-searchPrimaryDetailsOnly">
<td class="label">{$form.searchPrimaryDetailsOnly.label}</td>
<td>{$form.searchPrimaryDetailsOnly.html}<br />
<span class="description">{ts}If enabled, only primary location types(email, phone, etc.) will be included in Basic and Advanced Search results. Disabling this feature will allow users to search by any location type values attached to the contact.{/ts}</span>
<span class="description">{ts}If enabled, only primary details (eg contact's primary email, phone, etc) will be included in Basic and Advanced Search results. Disabling this feature will allow users to match contacts using any email, phone etc detail.{/ts}</span>
</td>
</tr>
<tr class="crm-search-setting-form-block-includeNickNameInName">
Expand Down

0 comments on commit 0cfaf86

Please sign in to comment.