From ba803a653fad180deba6151eac6588e3f372f4be Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Thu, 23 Jul 2015 16:01:39 -0400 Subject: [PATCH] Fix 'View Primary' membership button css --- templates/CRM/Member/Page/Tab.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Member/Page/Tab.tpl b/templates/CRM/Member/Page/Tab.tpl index 5592c8cd35..6eae47ce1a 100644 --- a/templates/CRM/Member/Page/Tab.tpl +++ b/templates/CRM/Member/Page/Tab.tpl @@ -99,7 +99,7 @@ {$activeMember.action|replace:'xx':$activeMember.id} {if $activeMember.owner_membership_id} - {ts}View Primary{/ts} + {ts}View Primary{/ts} {/if} @@ -138,7 +138,7 @@ {if $inActiveMember.auto_renew}{ts}Auto-renew{/ts} {/if} {$inActiveMember.action|replace:'xx':$inActiveMember.id} {if $inActiveMember.owner_membership_id} - {ts}View Primary{/ts} + {ts}View Primary{/ts} {/if} -- 2.25.1