From: Pradeep Nayak Date: Thu, 17 Mar 2022 21:35:54 +0000 (+0000) Subject: fixed tags form field display on New/Edit contact screen X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=02f5fe6deb83107263c16ca870f5ba9394011afc;p=civicrm-core.git fixed tags form field display on New/Edit contact screen --- diff --git a/templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl b/templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl index 211a078971..29e10947b2 100644 --- a/templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl +++ b/templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl @@ -14,17 +14,18 @@ {/if} - {if $form.tag} - - {/if} + {/if} + {if $context NEQ 'profile'} + {include file="CRM/common/Tagset.tpl"} + {/if} + + {if $form.group}
+ + {if $form.tag}
{if !empty($title)}{$form.tag.label}
{/if} {$form.tag.html}
- {if $context NEQ 'profile'} - {include file="CRM/common/Tagset.tpl"} - {/if} -
{if $groupElementType eq 'select'}