From d2427709864355e7761c118e76a75f410c0eb59e Mon Sep 17 00:00:00 2001 From: Samuele Masetto Date: Sun, 31 Oct 2021 11:03:54 +0100 Subject: [PATCH] add data attributes to `crm-contribution-page-id-*` div --- templates/CRM/Contribute/Form/Contribution/Confirm.tpl | 2 +- templates/CRM/Contribute/Form/Contribution/Main.tpl | 2 +- templates/CRM/Contribute/Form/Contribution/ThankYou.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Contribute/Form/Contribution/Confirm.tpl b/templates/CRM/Contribute/Form/Contribution/Confirm.tpl index 38cc30f0ae..572b5080ca 100644 --- a/templates/CRM/Contribute/Form/Contribution/Confirm.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Confirm.tpl @@ -13,7 +13,7 @@ {include file="CRM/common/TrackingFields.tpl"} -
+

{ts}Please verify the information below carefully. Click Go Back if you need to make changes.{/ts} {$continueText} diff --git a/templates/CRM/Contribute/Form/Contribution/Main.tpl b/templates/CRM/Contribute/Form/Contribution/Main.tpl index 7ae9f08092..d82d0af535 100644 --- a/templates/CRM/Contribute/Form/Contribution/Main.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Main.tpl @@ -57,7 +57,7 @@ {/if} {include file="CRM/common/TrackingFields.tpl"} -

+
{crmRegion name='contribution-main-not-you-block'} {if $contact_id && !$ccid} diff --git a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl index 2943825169..8b650648f4 100644 --- a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl +++ b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl @@ -13,7 +13,7 @@ {include file="CRM/common/TrackingFields.tpl"} -
+
{if $thankyou_text}
{$thankyou_text} -- 2.25.1