From cfba5e1f2d7a55224dfb7cabc0f84e7f876ba3f5 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Fri, 12 Dec 2014 15:22:30 -0800 Subject: [PATCH] CRM-13984 - also move most intro text to a help pop-up. ---------------------------------------- * CRM-13984: https://issues.civicrm.org/jira/browse/CRM-13984 --- .../CRM/Contribute/Form/ContributionPage/ThankYou.hlp | 9 +++++++++ .../CRM/Contribute/Form/ContributionPage/ThankYou.tpl | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Contribute/Form/ContributionPage/ThankYou.hlp b/templates/CRM/Contribute/Form/ContributionPage/ThankYou.hlp index 465d40f992..5fd55b6ffd 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/ThankYou.hlp +++ b/templates/CRM/Contribute/Form/ContributionPage/ThankYou.hlp @@ -23,6 +23,15 @@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} +{htxt id="id_thank-title"} + {ts}Thank-you and Receipting{/ts} +{/htxt} +{htxt id="id_thank"} +

{ts}Use this form to configure the thank-you message and receipting options for this online contribution page. Contributors will +see a thank-you page whenever an online contribution is successfully processed. You provide the content and layout of the +thank-you section below. You also control whether an electronic receipt is automatically emailed to each contributor - and can add +a custom message to that receipt.{/ts}

+{/htxt} {htxt id="id_thankyou-title-title"} {ts}Thank-you Page Title{/ts} diff --git a/templates/CRM/Contribute/Form/ContributionPage/ThankYou.tpl b/templates/CRM/Contribute/Form/ContributionPage/ThankYou.tpl index 8ee05572b6..2c8640a943 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/ThankYou.tpl +++ b/templates/CRM/Contribute/Form/ContributionPage/ThankYou.tpl @@ -26,7 +26,7 @@ {capture assign='reqMark'}*{/capture}
-

{ts}Use this form to configure the thank-you message and receipting options. Contributors will see a confirmation and thank-you page after whenever an online contribution is successfully processed. You provide the content and layout of the thank-you section below. You also control whether an electronic receipt is automatically emailed to each contributor - and can add a custom message to that receipt.{/ts}

+

{ts}Use this form to configure the thank-you message and receipting options.{/ts} {help id="id_thank"}

{include file="CRM/common/formButtons.tpl" location="top"}
-- 2.25.1