Skip to content

Commit

Permalink
Move help section outside the container
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshcompucorp committed Apr 26, 2018
1 parent 5cb3941 commit eb16f68
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 eb16f68

Please sign in to comment.