From d7ee0af4a8ea7603c7a15dcd26a974194f1b6047 Mon Sep 17 00:00:00 2001 From: Chamil Wijesooriya Date: Tue, 8 Jan 2019 17:00:21 +0000 Subject: [PATCH] GitLab issue 650 Use popups for links Changed class to action-item --- templates/CRM/Contribute/Page/ContributionRecur.tpl | 2 +- templates/CRM/Member/Form/MembershipView.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Contribute/Page/ContributionRecur.tpl b/templates/CRM/Contribute/Page/ContributionRecur.tpl index 3450c82cbd..36c86d4f79 100644 --- a/templates/CRM/Contribute/Page/ContributionRecur.tpl +++ b/templates/CRM/Contribute/Page/ContributionRecur.tpl @@ -61,7 +61,7 @@ {if $recur.campaign}{ts}Campaign{/ts}{$recur.campaign}{/if} {if $recur.membership_id} {ts}Membership{/ts} - {$recur.membership_name} + {$recur.membership_name} {/if} {include file="CRM/Custom/Page/CustomDataView.tpl"} diff --git a/templates/CRM/Member/Form/MembershipView.tpl b/templates/CRM/Member/Form/MembershipView.tpl index 3ee3ffb70f..733463300b 100644 --- a/templates/CRM/Member/Form/MembershipView.tpl +++ b/templates/CRM/Member/Form/MembershipView.tpl @@ -71,7 +71,7 @@ {ts}Recurring Contribution{/ts} - View Recurring Contribution + View Recurring Contribution {/if} -- 2.25.1