From e362288a79720d541c0ec9ca1a0c6f148571db36 Mon Sep 17 00:00:00 2001 From: Jon Goldberg Date: Fri, 30 Aug 2019 15:04:34 -0400 Subject: [PATCH] fix Event Info and Contribution Page Settings templates --- .../CRM/Contribute/Form/ContributionPage/Settings.tpl | 10 +++++++--- templates/CRM/Event/Form/ManageEvent/EventInfo.tpl | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/templates/CRM/Contribute/Form/ContributionPage/Settings.tpl b/templates/CRM/Contribute/Form/ContributionPage/Settings.tpl index b31ef0c791..3b8a79fda7 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/Settings.tpl +++ b/templates/CRM/Contribute/Form/ContributionPage/Settings.tpl @@ -153,16 +153,20 @@   {$form.is_share.html} {$form.is_share.label} {help id="id-is_share"} -                              {$form.is_active.html} {$form.is_active.label}
+ +   + {$form.is_active.html} {$form.is_active.label} + {if $contributionPageID} - + +   + {if $config->userSystem->is_drupal || $config->userFramework EQ 'WordPress'} {ts}When your page is active, you can link people to the page by copying and pasting the following URL:{/ts}
{crmURL a=1 fe=1 p='civicrm/contribute/transact' q="reset=1&id=`$contributionPageID`"} {elseif $config->userFramework EQ 'Joomla'} {ts 1=$title}When your page is active, create front-end links to the contribution page using the Menu Manager. Select Administer CiviCRM » CiviContribute » Manage Contribution Pages and select %1 for the contribution page.{/ts} {/if} -
{/if} diff --git a/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl b/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl index 212ecb31e2..f048667b59 100644 --- a/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl +++ b/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl @@ -129,7 +129,7 @@ {if $eventID} - +   {if $config->userSystem->is_drupal || $config->userFramework EQ 'WordPress'} -- 2.25.1