Skip to content

Commit

Permalink
Merge pull request #22968 from civicrm/5.48
Browse files Browse the repository at this point in the history
5.48
  • Loading branch information
eileenmcnaughton authored Mar 18, 2022
2 parents aee8882 + 96a5cdc commit 742ef03
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions templates/CRM/Contact/Form/Edit/TagsAndGroups.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@
{/if}
<table class="form-layout-compressed{if $context EQ 'profile'} crm-profile-tagsandgroups{/if}">
<tr>
{if $form.tag}
<td>
<td>
{if $form.tag}
<div class="crm-section tag-section">
{if !empty($title)}{$form.tag.label}<br>{/if}
{$form.tag.html}
</div>
{if $context NEQ 'profile'}
{include file="CRM/common/Tagset.tpl"}
{/if}
</td>
{/if}
{/if}
{if $context NEQ 'profile'}
{include file="CRM/common/Tagset.tpl"}
{/if}
</td>

{if $form.group}
<td>
{if $groupElementType eq 'select'}
Expand Down

0 comments on commit 742ef03

Please sign in to comment.