{* +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {if $action eq 2 || $action eq 16}
{ts}Filter Contacts{/ts}








Show / Hide columns:

  {ts}Contact{/ts} 1   {ts}Contact{/ts} 2 ({ts}Duplicate{/ts}) {ts}Email{/ts} 1 {ts}Email{/ts} 2 ({ts}Duplicate{/ts}) {ts}Street Address{/ts} 1 {ts}Street Address{/ts} 2 ({ts}Duplicate{/ts}) {ts}Postcode{/ts} 1 {ts}Postcode{/ts} 2 ({ts}Duplicate{/ts}) {ts}Conflicts{/ts} {ts}Threshold{/ts}  
{if $context eq 'search'} {crmButton href=$backURL icon="times"}{ts}Done{/ts}{/crmButton} {elseif $context eq 'conflicts'} {if call_user_func(array('CRM_Core_Permission','check'), 'force merge duplicate contacts')} {capture assign=backURL}{crmURL p="civicrm/contact/dedupemerge" q="`$urlQuery`&action=map&mode=aggressive" a=1}{/capture} {ts}Force Merge Selected Duplicates{/ts} {capture assign=backURL}{crmURL p="civicrm/contact/dedupemerge" q="`$urlQuery`&action=map" a=1}{/capture} {ts}Safe Merge Selected Duplicates{/ts} {/if} {capture assign=backURL}{crmURL p="civicrm/contact/dedupefind" q="`$urlQuery`&action=update" a=1}{/capture} {ts}List All Duplicates{/ts} {else} {capture assign=backURL}{crmURL p="civicrm/contact/dedupefind" q="`$urlQuery`&action=renew" a=1}{/capture} {ts}Refresh Duplicates{/ts} {capture assign=backURL}{crmURL p="civicrm/contact/dedupemerge" q="`$urlQuery`&action=map" a=1}{/capture} {ts}Batch Merge Selected Duplicates{/ts} {capture assign=backURL}{crmURL p="civicrm/contact/dedupemerge" q=$urlQuery a=1}{/capture} {ts}Batch Merge All Duplicates{/ts} {ts}Flip Selected Duplicates{/ts} {capture assign=backURL}{crmURL p="civicrm/contact/deduperules" q="reset=1" a=1}{/capture} {ts}Done{/ts} {/if}
{else} {include file="CRM/Contact/Form/DedupeFind.tpl"} {/if} {* process the dupe contacts *} {include file='CRM/common/dedupe.tpl'} {literal} {/literal}