From a76cd114e03051ae74284c359549e154490afdbb Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 17 Jul 2014 14:13:54 +0100 Subject: [PATCH] CRM-14998 - Fix mark-all checkbox in merge contacts screen --- templates/CRM/Contact/Form/Merge.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/CRM/Contact/Form/Merge.tpl b/templates/CRM/Contact/Form/Merge.tpl index 2858410663..9fcec8ba0a 100644 --- a/templates/CRM/Contact/Form/Merge.tpl +++ b/templates/CRM/Contact/Form/Merge.tpl @@ -38,7 +38,7 @@ » {ts}Mark this pair as not a duplicate.{/ts} - +
@@ -57,7 +57,7 @@ {', '|implode:$row.other} {/if} - + - {/if} + {/if} {else} - + {/if} {/foreach} -- 2.25.1
  {$other_name} ({ts}duplicate{/ts}){if $form.$field}=={$form.$field.html}==>{/if}{if $form.$field}=={$form.$field.html|crmAddClass:"select-row"}==>{/if} {if $row.title|substr:0:5 == "Email" OR $row.title|substr:0:7 == "Address" OR @@ -115,11 +115,11 @@ {foreach from=$rel_tables item=params key=paramName} {if $paramName eq 'move_rel_table_users'}
{ts}Move related...{/ts}{if $otherUfId}{$otherUfName}=={$form.$paramName.html}==>{else}{if $mainUfId}{$mainUfName}{/if}{ts}Move related...{/ts}{if $otherUfId}{$otherUfName}=={$form.$paramName.html|crmAddClass:"select-row"}==>{else}{if $mainUfId}{$mainUfName}{/if}
{ts}Move related...{/ts}{$params.title}=={$form.$paramName.html}==>{$params.title}{if $form.operation.$paramName.add.html} {$form.operation.$paramName.add.html}{/if}{ts}Move related...{/ts}{$params.title}=={$form.$paramName.html|crmAddClass:"select-row"}==>{$params.title}{if $form.operation.$paramName.add.html} {$form.operation.$paramName.add.html}{/if}