Skip to content

Commit

Permalink
dev/279 - When Merging two contacts flip, prev, next not working
Browse files Browse the repository at this point in the history
Affects Joomla and WordPress

Signed-off-by: Kevin Cristiano <[email protected]>
  • Loading branch information
kcristiano committed Jul 25, 2018
1 parent be926fa commit ff476cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/CRM/Contact/Form/Merge.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
</div>

<div class="action-link">
{if $prev}<a href="{$prev|escape}" class="crm-hover-button action-item"><i class="crm-i fa-chevron-left"></i> {ts}Previous{/ts}</a>{/if}
{if $next}<a href="{$next|escape}" class="crm-hover-button action-item">{ts}Next{/ts} <i class="crm-i fa-chevron-right"></i></a>{/if}
<a href="{$flip|escape}" class="action-item crm-hover-button">
{if $prev}<a href="{$prev}" class="crm-hover-button action-item"><i class="crm-i fa-chevron-left"></i> {ts}Previous{/ts}</a>{/if}
{if $next}<a href="{$next}" class="crm-hover-button action-item">{ts}Next{/ts} <i class="crm-i fa-chevron-right"></i></a>{/if}
<a href="{$flip}" class="action-item crm-hover-button">
<i class="crm-i fa-random"></i>
{ts}Flip between original and duplicate contacts.{/ts}
</a>
Expand Down

0 comments on commit ff476cb

Please sign in to comment.