From cc8e6483da67252a102c1e55315890021f253109 Mon Sep 17 00:00:00 2001 From: Chris Garaffa Date: Tue, 10 May 2022 09:22:42 -0400 Subject: [PATCH] Add region to contact name --- .../CRM/Contact/Page/Inline/ContactName.tpl | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/templates/CRM/Contact/Page/Inline/ContactName.tpl b/templates/CRM/Contact/Page/Inline/ContactName.tpl index f32f169cf7..499022320f 100644 --- a/templates/CRM/Contact/Page/Inline/ContactName.tpl +++ b/templates/CRM/Contact/Page/Inline/ContactName.tpl @@ -8,15 +8,17 @@ +--------------------------------------------------------------------+ *}
-
- {if $permission EQ 'edit'} -
- {ts}Edit name{/ts} -
- {/if} + {crmRegion name="contact-page-contactname"} +
+ {if $permission EQ 'edit'} +
+ {ts}Edit name{/ts} +
+ {/if} -
- {$title}{if $domainContact} ({ts}default organization{/ts}){/if} +
+ {$title}{if $domainContact} ({ts}default organization{/ts}){/if} +
-
+ {/crmRegion}
-- 2.25.1