com.megaphonetech.relateent.../templates/CRM/RelateEntities/Page/Tab.tpl

8 lines
227 B
Smarty
Raw Normal View History

2019-09-15 23:01:08 +00:00
{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}