Skip to content

Commit

Permalink
Merge pull request #1 from vingle/patch-23
Browse files Browse the repository at this point in the history
Gives inline accordion the light utility class
  • Loading branch information
highfalutin authored Mar 3, 2024
2 parents 093d13b + d04af32 commit 28e580e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Contact/Page/Inline/Address.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{foreach from=$add.custom item=customGroup key=cgId} {* start of outer foreach *}
{assign var="isAddressCustomPresent" value=1}
{foreach from=$customGroup item=customValue key=cvId}
<details id="address_custom_{$cgId}_{$locationIndex}" class="crm-address-custom-{$cgId}-{$locationIndex}-accordion" {if $customValue.collapse_display}{else}open{/if}>
<details id="address_custom_{$cgId}_{$locationIndex}" class="crm-address-custom-{$cgId}-{$locationIndex}-accordion crm-accordion-light" {if $customValue.collapse_display}{else}open{/if}>
<summary class="collapsible-title">
{$customValue.title}
</summary>
Expand Down

0 comments on commit 28e580e

Please sign in to comment.