Skip to content

Commit

Permalink
Merge pull request #12031 from mukeshcompucorp/fix-template-structure…
Browse files Browse the repository at this point in the history
…-issues

Move help section outside the container
  • Loading branch information
colemanw authored Apr 26, 2018
2 parents b1df120 + eb16f68 commit 5fe22fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Contact/Form/DedupeFind.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
| see the CiviCRM license FAQ at http://civicrm.org/licensing |
+--------------------------------------------------------------------+
*}
<div class="crm-block crm-form-block crm-dedupe-find-form-block">
<div class="help">
{ts}You can search all contacts for duplicates or limit the results for better performance.
If you limit by group then it will look for matches with that group both inside and outside of the group.
You can also limit the contacts in the group to be matched by specifying the number of contacts to match. This can be done in conjunction with a group or separately and is recommended for performance reasons.
{/ts}
</div>
<div class="crm-block crm-form-block crm-dedupe-find-form-block">
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<table class="form-layout-compressed">
<tr class="crm-dedupe-find-form-block-group_id">
Expand Down

0 comments on commit 5fe22fa

Please sign in to comment.