From 453c80e75b2700571c2a8a54d239c0039131e068 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Tue, 5 Feb 2019 20:49:28 +0000 Subject: [PATCH] Display contact sub type always --- templates/CRM/Contact/Form/Edit/Household.tpl | 28 ++++++------- .../CRM/Contact/Form/Edit/Organization.tpl | 42 ++++++++++--------- 2 files changed, 36 insertions(+), 34 deletions(-) diff --git a/templates/CRM/Contact/Form/Edit/Household.tpl b/templates/CRM/Contact/Form/Edit/Household.tpl index 9cb855705d..8f679031bc 100644 --- a/templates/CRM/Contact/Form/Edit/Household.tpl +++ b/templates/CRM/Contact/Form/Edit/Household.tpl @@ -25,18 +25,18 @@ *} {* tpl for building Household related fields *} - - - - - - - + + + + +
{$form.household_name.label}
- {$form.household_name.html} -
{$form.nick_name.label}
- {$form.nick_name.html}
{if $action == 1 and $contactSubType} {else} - {$form.contact_sub_type.label}
- {$form.contact_sub_type.html} - {/if} -
+ {$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} +
diff --git a/templates/CRM/Contact/Form/Edit/Organization.tpl b/templates/CRM/Contact/Form/Edit/Organization.tpl index 94a1503abe..d1254f8084 100644 --- a/templates/CRM/Contact/Form/Edit/Organization.tpl +++ b/templates/CRM/Contact/Form/Edit/Organization.tpl @@ -25,24 +25,26 @@ *} {* tpl for building Organization related fields *} - - - - - - - - - - - + + + + + + +
{$form.organization_name.label}
- {$form.organization_name.html} -
{$form.legal_name.label}
- {$form.legal_name.html}
{$form.nick_name.label}
- {$form.nick_name.html}
{$form.sic_code.label}
- {$form.sic_code.html}
{if $action == 1 and $contactSubType} {else} - {$form.contact_sub_type.label}
- {$form.contact_sub_type.html} - {/if} -
{ + $form.organization_name.label}
+ {$form.organization_name.html} +
+ {$form.legal_name.label}
+ {$form.legal_name.html} +
+ {$form.nick_name.label}
+ {$form.nick_name.html} +
+ {$form.sic_code.label}
+ {$form.sic_code.html} +
+ {$form.contact_sub_type.label}
+ {$form.contact_sub_type.html} +
-- 2.25.1