com.megaphonetech.softcredi.../templates/CRM/Contribute/Form/Search/SoftCredit-Search.tpl

15 lines
402 B
Smarty
Raw Normal View History

{if $contributionSoftGroupTree}
<div class="softcredit_custom_groups">
<br>
{include file="CRM/Custom/Form/Search.tpl" groupTree=$contributionSoftGroupTree showHideLinks=false}
</div>
<script type="text/javascript">
{literal}
CRM.$(function($) {
$('div#contribution_soft_credit_type_wrapper').append($('div.softcredit_custom_groups'));
});
{/literal}
</script>
{/if}