Update DedupeException.tpl
authorSteve Kessler <steve@denverdataman.com>
Fri, 25 Nov 2016 19:21:31 +0000 (12:21 -0700)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Mon, 28 Nov 2016 10:56:56 +0000 (16:26 +0530)
Add links to contact for exceptions.

templates/CRM/Contact/Page/DedupeException.tpl

index 8ef52954603841dbb10c462cbd1cd094e8d3e86e..e1e4ad085aca9430af2def162ab63ff24a1a1334 100644 (file)
@@ -51,8 +51,8 @@
   <tbody>
     {foreach from=$dedupeExceptions item=exception key=id}
       <tr id="dupeRow_{$id}" class="{cycle values="odd-row,even-row"}">
-        <td>{$exception.main.name}</td>
-        <td>{$exception.other.name}</td>
+        <td><a href ={crmURL p='civicrm/contact/view' q="reset=1&cid="}{$exception.main.id}>{$exception.main.name}</a></td>
+        <td><a href ={crmURL p='civicrm/contact/view' q="reset=1&cid="}{$exception.other.id}>{$exception.other.name}</a></td>
         <td><a id='duplicateContacts' href="#" title={ts}Remove Exception{/ts} onClick="processDupes( {$exception.main.id}, {$exception.other.id}, 'nondupe-dupe', 'dedupe-exception' );return false;">&raquo; {ts}Remove Exception{/ts}</a></td>
       </tr>
     {/foreach}