Skip to content

Commit

Permalink
osticket 8540 - fix flip functionality on merge contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
yashodha committed Aug 26, 2020
1 parent cd2a0e6 commit 5ac6fe3
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

1 comment on commit 5ac6fe3

@yashodha
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nganivet @yashodha

No need to maintain patch.

Already merged in core as per PR#12568
civicrm#12568

Please sign in to comment.