X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FEvent%2FForm%2FRegistration%2FConfirm.tpl;h=5e68da00ddd77c4bb4ff90a71e13d373b7f84243;hb=ce2938e2c343124eeedf9f19d30356309ed52dc6;hp=9fafdc53bfeebc290ed0ba90b4debe50571d0c52;hpb=1789c269b1c68178c1f3de38d751a4e37f94db4c;p=civicrm-core.git diff --git a/templates/CRM/Event/Form/Registration/Confirm.tpl b/templates/CRM/Event/Form/Registration/Confirm.tpl index 9fafdc53bf..5e68da00dd 100644 --- a/templates/CRM/Event/Form/Registration/Confirm.tpl +++ b/templates/CRM/Event/Form/Registration/Confirm.tpl @@ -1,6 +1,6 @@ {* +--------------------------------------------------------------------+ - | CiviCRM version 4.5 | + | CiviCRM version 4.6 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ @@ -101,7 +101,7 @@ {/if} - {if $paidEvent} + {if $paidEvent && !$isRequireApproval && !$isOnWaitlist}
{$event.fee_label} @@ -117,6 +117,12 @@
{/foreach}
+ {if $totalTaxAmount} +
+
{ts}Total Tax Amount{/ts}:  {$totalTaxAmount|crmMoney}
+
+
+ {/if} {if $totalAmount}
{ts}Total Amount{/ts}:  {$totalAmount|crmMoney}
@@ -149,7 +155,7 @@ {include file="CRM/Event/Form/Registration/DisplayProfile.tpl"} - {if $contributeMode ne 'notify' and !$is_pay_later and $paidEvent and !$isAmountzero and !$isOnWaitlist and !$isRequireApproval} + {if $contributeMode ne 'notify' and (!$is_pay_later or $isBillingAddressRequiredForPayLater) and $paidEvent and !$isAmountzero and !$isOnWaitlist and !$isRequireApproval}
{ts}Billing Name and Address{/ts}