Added extension code

This commit is contained in:
civiwaresolution
2019-09-16 00:01:08 +01:00
committed by Pradeep Nayak
commit 5596e9b90b
17 changed files with 2435 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{if $action eq 1 or $action eq 2 or $action eq 8}
{include file="CRM/RelateEntities/Form/RelatedEntity.tpl"}
{else}
<div class="crm-related-entities-{$context}">
{include file="CRM/RelateEntities/Common.tpl"}
</div>
{/if}