Some code cleanups
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
CRM.$(function($) {
|
||||
$('div#priceset-div').after($('div.ft_override_designation-section'));
|
||||
$('div#priceset:first').after($('div.ft_override_designation-section'));
|
||||
});
|
||||
</script>
|
||||
{/literal}
|
||||
|
@ -1,3 +1,4 @@
|
||||
{if $showElement}
|
||||
<table class="ft_override_designation-block">
|
||||
<tr class="crm-contribution-contributionpage-settings-form-block-ft_override_designation">
|
||||
<td scope="row" class="label" width="20%">{$form.designation.label}</td>
|
||||
@ -11,3 +12,4 @@
|
||||
});
|
||||
</script>
|
||||
{/literal}
|
||||
{/if}
|
||||
|
Reference in New Issue
Block a user