From 14b19ff6ac11fda65bd42b8bbcb00a6c06a5a6b2 Mon Sep 17 00:00:00 2001 From: larssandergreen Date: Sun, 9 Oct 2022 18:09:21 -0600 Subject: [PATCH] cleanup links and ifs --- templates/CRM/Contact/Page/View/GroupContact.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Contact/Page/View/GroupContact.tpl b/templates/CRM/Contact/Page/View/GroupContact.tpl index 9089c5c103..6a29fc897f 100644 --- a/templates/CRM/Contact/Page/View/GroupContact.tpl +++ b/templates/CRM/Contact/Page/View/GroupContact.tpl @@ -144,13 +144,16 @@ {if $row.saved_search_id} {ts}Manual Add{/ts} + {else} {ts}Rejoin Group{/ts} + {/if} + {/if} - + {if $permission EQ 'edit'} {if $row.saved_search_id} {ts}Delete{/ts} -- 2.25.1