From c76c4585508882a09d33412f7e06741b0dbba71f Mon Sep 17 00:00:00 2001 From: Chris Garaffa Date: Tue, 10 May 2022 09:21:31 -0400 Subject: [PATCH] Add region to household --- templates/CRM/Contact/Form/Edit/Household.tpl | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/templates/CRM/Contact/Form/Edit/Household.tpl b/templates/CRM/Contact/Form/Edit/Household.tpl index 26971236e1..dd16a90cfb 100644 --- a/templates/CRM/Contact/Form/Edit/Household.tpl +++ b/templates/CRM/Contact/Form/Edit/Household.tpl @@ -9,18 +9,20 @@ *} {* tpl for building Household related fields *} - - - - - + {crmRegion name="contact-form-edit-household"} + + + + + + {/crmRegion}
- {$form.household_name.label}
- {$form.household_name.html} -
- {$form.nick_name.label}
- {$form.nick_name.html} -
- {$form.contact_sub_type.label}
- {$form.contact_sub_type.html} -
+ {$form.household_name.label}
+ {$form.household_name.html} +
+ {$form.nick_name.label}
+ {$form.nick_name.html} +
+ {$form.contact_sub_type.label}
+ {$form.contact_sub_type.html} +
-- 2.25.1