From 2046da1977fa39abedce7c2e4eb55453be82de3f Mon Sep 17 00:00:00 2001 From: eileen Date: Mon, 26 Nov 2018 09:42:22 +1300 Subject: [PATCH] dev/core#371 remove please print this page text --- templates/CRM/Contribute/Form/Contribution/ThankYou.tpl | 4 ++-- templates/CRM/Event/Form/Registration/ThankYou.tpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl index fcab862e37..c696adad68 100644 --- a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl +++ b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl @@ -63,7 +63,7 @@ {/if} {elseif $isPendingOutcome} -
{ts 1=$paymentProcessor.name}Your contribution has been submitted to %1 for processing. Please print this page for your records.{/ts}
+
{ts 1=$paymentProcessor.name}Your contribution has been submitted to %1 for processing.{/ts}
{if $is_email_receipt}
{if $onBehalfEmail AND ($onBehalfEmail neq $email)} @@ -74,7 +74,7 @@
{/if} {else} -
{ts}Your transaction has been processed successfully. Please print this page for your records.{/ts}
+
{ts}Your transaction has been processed successfully.{/ts}
{if $is_email_receipt}
{if $onBehalfEmail AND ($onBehalfEmail neq $email)} diff --git a/templates/CRM/Event/Form/Registration/ThankYou.tpl b/templates/CRM/Event/Form/Registration/ThankYou.tpl index af3cb19557..811a6c9270 100644 --- a/templates/CRM/Event/Form/Registration/ThankYou.tpl +++ b/templates/CRM/Event/Form/Registration/ThankYou.tpl @@ -71,12 +71,12 @@ {/if} {* PayPal_Standard sets contribution_mode to 'notify'. We don't know if transaction is successful until we receive the IPN (payment notification) *} {elseif $contributeMode EQ 'notify' and $paidEvent} -

{ts 1=$paymentProcessor.name}Your registration payment has been submitted to %1 for processing. Please print this page for your records.{/ts}

+

{ts 1=$paymentProcessor.name}Your registration payment has been submitted to %1 for processing.{/ts}

{if $is_email_confirm}

{ts 1=$email}A registration confirmation email will be sent to %1 once the transaction is processed successfully.{/ts}

{/if} {else} -

{ts}Your registration has been processed successfully. Please print this page for your records.{/ts}

+

{ts}Your registration has been processed successfully.{/ts}

{if $is_email_confirm}

{ts 1=$email}A registration confirmation email has also been sent to %1{/ts}

{/if} -- 2.25.1