From f6ed5cad4e2dd9abadec29541a5653591baae4eb Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 12 Oct 2017 15:26:19 +1300 Subject: [PATCH] CRM-21291 remove obsolete code from dedupe. As confirmed by Jamie this code is no longer in use --- templates/CRM/Contact/Page/DedupeFind.tpl | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/templates/CRM/Contact/Page/DedupeFind.tpl b/templates/CRM/Contact/Page/DedupeFind.tpl index 40a4bb37cd..ea9c53baa3 100644 --- a/templates/CRM/Contact/Page/DedupeFind.tpl +++ b/templates/CRM/Contact/Page/DedupeFind.tpl @@ -116,22 +116,6 @@ - {if $cid} - - - {foreach from=$dupe_contacts[$cid] item=dupe_name key=dupe_id} - {if $dupe_name} - {capture assign=link}{$dupe_name}{/capture} - {capture assign=merge}{ts}merge{/ts}{/capture} - - - - - - {/if} - {/foreach} -
{ts 1=$main_contacts[$cid]}Merge %1 with{/ts}
{$link}{$merge}{ts}not a duplicate{/ts}
- {/if} {if $context eq 'search'} @@ -189,7 +173,7 @@ } // for action column at the last, set nowrap $('td:last', row).attr('nowrap','nowrap'); - // for conflcts column + // for conflicts column var col = CRM.$('table#dupePairs thead th.crm-contact-conflicts').index(); $('td:eq(' + col + ')', row).attr('nowrap','nowrap'); } -- 2.25.1