X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FContribute%2FForm%2FContribution%2FThankYou.tpl;h=fa39cf4f9bfac8cbebbd90b84700e845057a8e75;hb=c4ccd1406813e7cb4aee08612ed8f8666aaeae8e;hp=70e2ab89341670262d70e4833516023efa3a9318;hpb=a5af58bcf2ca094903fb19fb511392aeaf788c16;p=civicrm-core.git diff --git a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl index 70e2ab8934..fa39cf4f9b 100644 --- a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl +++ b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl @@ -1,8 +1,8 @@ {* +--------------------------------------------------------------------+ - | CiviCRM version 4.4 | + | CiviCRM version 4.5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2013 | + | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -115,6 +115,9 @@ -------------------------------------------
{ts}Total{/ts}: {$amount+$membership_amount|crmMoney}
{else} + {if $totalTaxAmount} + {ts}Tax Amount{/ts}: {$totalTaxAmount|crmMoney}
+ {/if} {ts}Amount{/ts}: {$amount|crmMoney} {if $amount_level} - {$amount_level} {/if}
{/if} {/if} @@ -173,7 +176,19 @@ {/if} - {include file="CRM/Contribute/Form/Contribution/Honor.tpl"} + {if $honor_block_is_active} +
+
+ {$soft_credit_type} +
+
+
+ {$honorName}
+ {include file="CRM/UF/Form/Block.tpl" fields=$honoreeProfileFields prefix='honor'} +
+
+
+ {/if} {if $customPre}
@@ -209,7 +224,7 @@ {if $onbehalfProfile}
- {include file="CRM/UF/Form/Block.tpl" fields=$onbehalfProfile} + {include file="CRM/UF/Form/Block.tpl" fields=$onbehalfProfile prefix='onbehalf'}
{ts}Organization Email{/ts}
{$onBehalfEmail}