15 lines
402 B
Smarty
15 lines
402 B
Smarty
{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}
|