From fe4dade528cb9e36895065f0b460786627e4bef0 Mon Sep 17 00:00:00 2001 From: Mukesh Ram Date: Mon, 19 Mar 2018 12:54:20 +0530 Subject: [PATCH] Move help section outside of block --- templates/CRM/Contribute/Form/ContributionPage/Settings.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Contribute/Form/ContributionPage/Settings.tpl b/templates/CRM/Contribute/Form/ContributionPage/Settings.tpl index c046f62931..eb85deaa44 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/Settings.tpl +++ b/templates/CRM/Contribute/Form/ContributionPage/Settings.tpl @@ -25,7 +25,6 @@ +--------------------------------------------------------------------+ *} {crmRegion name="contribute-form-contributionpage-settings-main"} -
{if $action eq 0}

{ts}This is the first step in creating a new online Contribution Page. You can create one or more different Contribution Pages for different purposes, audiences, campaigns, etc. Each page can have it's own introductory message, pre-configured contribution amounts, custom data collection fields, etc.{/ts}

@@ -34,6 +33,8 @@ {ts}Use this form to edit the page title, financial type (e.g. donation, campaign contribution, etc.), goal amount, introduction, and status (active/inactive) for this online contribution page.{/ts} {/if}
+
+
{include file="CRM/common/formButtons.tpl" location="top"}
{$form.title.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_contribution_page' field='title' id=$contributionPageID}{/if}{$form.title.html}
-- 2.25.1