Merge pull request #13156 from eileenmcnaughton/please_print
authorcolemanw <coleman@civicrm.org>
Mon, 26 Nov 2018 02:02:27 +0000 (21:02 -0500)
committerGitHub <noreply@github.com>
Mon, 26 Nov 2018 02:02:27 +0000 (21:02 -0500)
dev/core#371 remove please print this page text

templates/CRM/Contribute/Form/Contribution/ThankYou.tpl
templates/CRM/Event/Form/Registration/ThankYou.tpl

index fcab862e37b29df37fadd2029f3a006522410afe..c696adad68b284f3bda8eaa329265d1f0ecef99a 100644 (file)
@@ -63,7 +63,7 @@
         </div>
       {/if}
     {elseif $isPendingOutcome}
-      <div>{ts 1=$paymentProcessor.name}Your contribution has been submitted to %1 for processing. Please print this page for your records.{/ts}</div>
+      <div>{ts 1=$paymentProcessor.name}Your contribution has been submitted to %1 for processing.{/ts}</div>
         {if $is_email_receipt}
       <div>
         {if $onBehalfEmail AND ($onBehalfEmail neq $email)}
@@ -74,7 +74,7 @@
       </div>
     {/if}
   {else}
-    <div>{ts}Your transaction has been processed successfully. Please print this page for your records.{/ts}</div>
+    <div>{ts}Your transaction has been processed successfully.{/ts}</div>
       {if $is_email_receipt}
         <div>
           {if $onBehalfEmail AND ($onBehalfEmail neq $email)}
index af3cb1955785d7097cff06abfe0fdb54fdc9b61c..811a6c92705b0f933ce79644d951479873b740fd 100644 (file)
             {/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}
-            <p>{ts 1=$paymentProcessor.name}Your registration payment has been submitted to %1 for processing. Please print this page for your records.{/ts}</p>
+            <p>{ts 1=$paymentProcessor.name}Your registration payment has been submitted to %1 for processing.{/ts}</p>
             {if $is_email_confirm}
                 <p>{ts 1=$email}A registration confirmation email will be sent to %1 once the transaction is processed successfully.{/ts}</p>
             {/if}
         {else}
-            <p>{ts}Your registration has been processed successfully. Please print this page for your records.{/ts}</p>
+            <p>{ts}Your registration has been processed successfully.{/ts}</p>
             {if $is_email_confirm}
                 <p>{ts 1=$email}A registration confirmation email has also been sent to %1{/ts}</p>
             {/if}