diff --git a/templates/CRM/Contribute/Form/ContributionPage/AddProduct.tpl b/templates/CRM/Contribute/Form/ContributionPage/AddProduct.tpl index 7f32267c3a14..206f81823c11 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/AddProduct.tpl +++ b/templates/CRM/Contribute/Form/ContributionPage/AddProduct.tpl @@ -23,6 +23,7 @@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} +{crmRegion name="contribute-form-contributionpage-addprouct-main"} {capture assign=managePremiumsURL}{crmURL p='civicrm/admin/contribute/managePremiums' q="reset=1"}{/capture}

{if $action eq 2 }{ts}Add Products to This Page{/ts} {elseif $action eq 1024}{ts}Preview{/ts}{else} {ts}Remove Products from this Page{/ts}{/if}

@@ -101,3 +102,6 @@ }); {/literal} +{/crmRegion} +{crmRegion name="contribute-form-contributionpage-addproduct-post"} +{/crmRegion} diff --git a/templates/CRM/Contribute/Form/ContributionPage/Amount.tpl b/templates/CRM/Contribute/Form/ContributionPage/Amount.tpl index 4e64a058748e..217288c20da0 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/Amount.tpl +++ b/templates/CRM/Contribute/Form/ContributionPage/Amount.tpl @@ -24,6 +24,7 @@ +--------------------------------------------------------------------+ *} {capture assign="adminPriceSets"}{crmURL p='civicrm/admin/price' q="reset=1"}{/capture} +{crmRegion name="contribute-form-contributionpage-amount-main"}
{ts}Use this form to configure Contribution Amount options. You can give contributors the ability to enter their own contribution amounts - and/or provide a fixed list of amounts. For fixed amounts, you can enter a label for each 'level' of contribution (e.g. Friend, Sustainer, etc.). If you allow people to enter their own dollar amounts, you can also set minimum and maximum values. Depending on your choice of Payment Processor, you may be able to offer a recurring contribution option.{/ts} {docURL page="user/contributions/payment-processors"} @@ -482,3 +483,6 @@ {/literal} {/if} +{/crmRegion} +{crmRegion name="contribute-form-contributionpage-amount-post"} +{/crmRegion} diff --git a/templates/CRM/Contribute/Form/ContributionPage/Custom.tpl b/templates/CRM/Contribute/Form/ContributionPage/Custom.tpl index 7cee82c13c99..aeed1096c8a2 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/Custom.tpl +++ b/templates/CRM/Contribute/Form/ContributionPage/Custom.tpl @@ -23,6 +23,7 @@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} +{crmRegion name="contribute-form-contributionpage-custom-main"}

{ts}You may want to collect information from contributors beyond what is required to make a contribution. For example, you may want to inquire about volunteer availability and skills. Add any number of fields to your contribution form by selecting CiviCRM Profiles (collections of fields) to include at the beginning of the page, and/or at the bottom.{/ts} {help id="contrib-profile"}

@@ -46,3 +47,6 @@
{include file="CRM/common/formButtons.tpl" location="bottom"}
+{/crmRegion} +{crmRegion name="contribute-form-contributionpage-custom-post"} +{/crmRegion} diff --git a/templates/CRM/Contribute/Form/ContributionPage/Premium.tpl b/templates/CRM/Contribute/Form/ContributionPage/Premium.tpl index a38c82050f07..4155e5f98471 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/Premium.tpl +++ b/templates/CRM/Contribute/Form/ContributionPage/Premium.tpl @@ -23,6 +23,7 @@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} +{crmRegion name="contribute-form-contributionpage-premium-main"}
{ts}Edit Premiums Settings to customize the title and introductory message (e.g ...in appreciation of your support, you will be able to select from a number of exciting thank-you gifts...). You can optionally provide a contact email address and/or phone number for inquiries.{/ts} {ts}Then select and review the premiums that you want to offer on this contribution page.{/ts} @@ -160,3 +161,6 @@ {/literal} +{/crmRegion} +{crmRegion name="contribute-form-contributionpage-premium-post} +{/crmRegion} diff --git a/templates/CRM/Contribute/Form/ContributionPage/Settings.tpl b/templates/CRM/Contribute/Form/ContributionPage/Settings.tpl index 27ce4d5523b5..a665368887b4 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/Settings.tpl +++ b/templates/CRM/Contribute/Form/ContributionPage/Settings.tpl @@ -24,6 +24,7 @@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} +{crmRegion name="contribute-form-contributionpage-settings-main"}
{if $action eq 0} @@ -202,3 +203,6 @@ } {/literal} +{/crmRegion} +{crmRegion name="contribute-form-contributionpage-settings-post"} +{/crmRegion} diff --git a/templates/CRM/Contribute/Form/ContributionPage/ThankYou.tpl b/templates/CRM/Contribute/Form/ContributionPage/ThankYou.tpl index 8ad1a29b2928..93ee0e782118 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/ThankYou.tpl +++ b/templates/CRM/Contribute/Form/ContributionPage/ThankYou.tpl @@ -23,6 +23,7 @@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} +{crmRegion name="contribute-form-contributionpage-thankyou-main"}

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

@@ -88,3 +89,6 @@ } {/literal} +{/crmRegion} +{crmRegion name="contribute-form-contributionpage-thankyou-post} +{/crmRegion} diff --git a/templates/CRM/Contribute/Form/ContributionPage/Widget.tpl b/templates/CRM/Contribute/Form/ContributionPage/Widget.tpl index e2bf9965d525..5483ad3fc2d0 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/Widget.tpl +++ b/templates/CRM/Contribute/Form/ContributionPage/Widget.tpl @@ -23,6 +23,7 @@ | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} +{crmRegion name="contribute-form-contributionpage-widget-main"}

{ts}Configure Widget{/ts}

{if $showStatus}
@@ -136,3 +137,6 @@ } {/literal} +{/crmRegion} +{crmRegion name="contribute-form-contributionpage-widget-post} +{/crmRegion}