From f3d760e510ba282ff178087217e19b80fed84b45 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 24 Aug 2021 23:50:10 -0700 Subject: [PATCH] Settings.tpl - Fix syntax error --- templates/CRM/Contribute/Form/ContributionPage/Settings.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Contribute/Form/ContributionPage/Settings.tpl b/templates/CRM/Contribute/Form/ContributionPage/Settings.tpl index ed8b3d7855..b9eadf760c 100644 --- a/templates/CRM/Contribute/Form/ContributionPage/Settings.tpl +++ b/templates/CRM/Contribute/Form/ContributionPage/Settings.tpl @@ -22,10 +22,10 @@
{include file="CRM/common/formButtons.tpl" location="top"}
+ {ts}This title will be displayed at the top of the page unless the frontend title field is filled out.
Please use only alphanumeric, spaces, hyphens and dashes for Title.{/ts}
+ {ts}This title will be displayed at the top of the page.
Please use only alphanumeric, spaces, hyphens and dashes for Title.{/ts}
@@ -154,9 +154,9 @@ {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} + {/if}
{$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}
- {ts}This title will be displayed at the top of the page unless the frontend title field is filled out.
Please use only alphanumeric, spaces, hyphens and dashes for Title.{/ts}
{$form.contribution_page_frontend_title.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_contribution_page' field='frontend_title' id=$contributionPageID}{/if}{$form.contribution_page_frontend_title.html}
- {ts}This title will be displayed at the top of the page.
Please use only alphanumeric, spaces, hyphens and dashes for Title.{/ts}
{$form.financial_type_id.label}{$form.financial_type_id.html}
{ts}Select the corresponding financial type for contributions made using this page.{/ts} {help id="id-financial_type"}
{include file="CRM/common/formButtons.tpl" location="bottom"}
-- 2.25.1