Skip to content

Commit

Permalink
Merge pull request #9455 from yashodha/CRM-19686
Browse files Browse the repository at this point in the history
CRM-19686
  • Loading branch information
Yashodha Chaku authored Nov 28, 2016
2 parents 99ca38c + 09a0e7a commit d65ee9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/CRM/Contact/Page/DedupeException.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit d65ee9b

Please sign in to comment.