X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FEvent%2FForm%2FRegistration%2FThankYou.tpl;h=811a6c92705b0f933ce79644d951479873b740fd;hb=852077a4e1cb990b6db6a81a30fc97df3aafe677;hp=a5f659f0600571c1ca892d1c0b029bbbf3b9a058;hpb=29791fdb7ed9814378a8661d7f89d8f6946780a2;p=civicrm-core.git diff --git a/templates/CRM/Event/Form/Registration/ThankYou.tpl b/templates/CRM/Event/Form/Registration/ThankYou.tpl index a5f659f060..811a6c9270 100644 --- a/templates/CRM/Event/Form/Registration/ThankYou.tpl +++ b/templates/CRM/Event/Form/Registration/ThankYou.tpl @@ -1,6 +1,6 @@ {* +--------------------------------------------------------------------+ - | CiviCRM version 4.7 | + | CiviCRM version 5 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2018 | +--------------------------------------------------------------------+ @@ -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}