diff --git a/templates/CRM/Contribute/Form/Contribution/Confirm.tpl b/templates/CRM/Contribute/Form/Contribution/Confirm.tpl index 979ac9f894d8..bb48dddede92 100644 --- a/templates/CRM/Contribute/Form/Contribution/Confirm.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Confirm.tpl @@ -24,261 +24,300 @@ +--------------------------------------------------------------------+ *} {if $action & 1024} - {include file="CRM/Contribute/Form/Contribution/PreviewHeader.tpl"} + {include file="CRM/Contribute/Form/Contribution/PreviewHeader.tpl"} {/if} {include file="CRM/common/TrackingFields.tpl"}
{ts}Please verify the information below carefully. Click Go Back if you need to make changes.{/ts} - {if $contributeMode EQ 'notify' and ! $is_pay_later} - {ts 1=$paymentProcessor.name 2=$button}Click the %2 button to go to %1, where you will select your payment method and complete the contribution.{/ts} - {elseif ! $is_monetary or $amount LE 0.0 or $is_pay_later} - {ts 1=$button}To complete this transaction, click the %1 button below.{/ts} - {else} - {ts 1=$button}To complete your contribution, click the %1 button below.{/ts} - {/if} -
-{ts}Please verify the information below carefully. ClickGo Backif you need to make changes.{/ts} + {if $contributeMode EQ 'notify' and ! $is_pay_later} + {ts 1=$paymentProcessor.name 2=$button}Click the + %2 + button to go to %1, where you will select your payment method and complete the contribution.{/ts} + {elseif ! $is_monetary or $amount LE 0.0 or $is_pay_later} + {ts 1=$button}To complete this transaction, click the%1button below.{/ts} + {else} + {ts 1=$button}To complete your contribution, click the%1button below.{/ts} + {/if} +
++ {ts 1=$frequency_interval 2=$frequency_unit 3=$installments}I want to contribute this amount every %1 %2s for %3 installments.{/ts} +
{else} - {if $totalTaxAmount } - {ts 1=$taxTerm}Total %1 Amount{/ts}: {$totalTaxAmount|crmMoney}+ {ts 1=$frequency_unit 2=$installments}I want to contribute this amount every %1 for %2 installments.{/ts} +
+ {/if} + {else} + {if $frequency_interval > 1} ++ {ts 1=$frequency_interval 2=$frequency_unit}I want to contribute this amount every %1 %2s.{/ts} +
+ {else} +{ts 1=$frequency_unit }I want to contribute this amount every %1.{/ts}
{/if} - {/if} - - {if $is_recur} - {if !empty($auto_renew)} {* Auto-renew membership confirmation *} -{crmRegion name="contribution-confirm-recur-membership"} -{ts 1=$frequency_interval 2=$frequency_unit 3=$installments}I want to contribute this amount every %1 %2s for %3 installments.{/ts}
- {else} -{ts 1=$frequency_unit 2=$installments}I want to contribute this amount every %1 for %2 installments.{/ts}
- {/if} - {else} - {if $frequency_interval > 1} -{ts 1=$frequency_interval 2=$frequency_unit}I want to contribute this amount every %1 %2s.{/ts}
- {else} -{ts 1=$frequency_unit }I want to contribute this amount every %1.{/ts}
- {/if} - {/if} -{ts}Your initial contribution will be processed once you complete the confirmation step. You will be able to cancel the recurring contribution by visiting the web page link that will be included in your receipt.{/ts}
-{/crmRegion} - {/if} {/if} +{ts}Your initial contribution will be processed once you complete the confirmation step. You will be able to cancel the recurring contribution by visiting the web page link that will be included in your receipt.{/ts}
+ {/crmRegion} + {/if} + {/if} - {if $is_pledge } - {if $pledge_frequency_interval GT 1} -{ts 1=$pledge_frequency_interval 2=$pledge_frequency_unit 3=$pledge_installments}I pledge to contribute this amount every %1 %2s for %3 installments.{/ts}
- {else} -{ts 1=$pledge_frequency_interval 2=$pledge_frequency_unit 3=$pledge_installments}I pledge to contribute this amount every %2 for %3 installments.{/ts}
- {/if} - {if $is_pay_later} -{ts 1=$receiptFromEmail 2=$button}Click "%2" below to register your pledge. You will be able to modify or cancel future pledge payments at any time by logging in to your account or contacting us at %1.{/ts}
- {else} -{ts 1=$receiptFromEmail 2=$button}Your initial pledge payment will be processed when you click "%2" below. You will be able to modify or cancel future pledge payments at any time by logging in to your account or contacting us at %1.{/ts}
- {/if} - {/if} -+ {ts 1=$pledge_frequency_interval 2=$pledge_frequency_unit 3=$pledge_installments}I pledge to contribute this amount every %1 %2s for %3 installments.{/ts} +
+ {else} ++ {ts 1=$pledge_frequency_interval 2=$pledge_frequency_unit 3=$pledge_installments}I pledge to contribute this amount every %2 for %3 installments.{/ts} +
+ {/if} + {if $is_pay_later} +{ts 1=$receiptFromEmail 2=$button}Click "%2" below to register your pledge. You will be able to modify or cancel future pledge payments at any time by logging in to your account or contacting us at %1.{/ts}
+ {else} +{ts 1=$receiptFromEmail 2=$button}Your initial pledge payment will be processed when you click "%2" below. You will be able to modify or cancel future pledge payments at any time by logging in to your account or contacting us at %1.{/ts}
+ {/if} + {/if} +