From 94ff53e06ecb16a9450ebbbbd0117ef26e50f8c7 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sat, 5 Feb 2022 14:47:17 +0000 Subject: [PATCH] Use valid syntax for self-closing br elements --- templates/CRM/Badge/Form/Layout.tpl | 6 +++--- templates/CRM/Campaign/Form/Petition/Signature.tpl | 2 +- templates/CRM/Contact/Form/Search/Criteria/ChangeLog.tpl | 2 +- templates/CRM/Contribute/Form/Contribution/Confirm.tpl | 2 +- templates/CRM/Contribute/Form/Contribution/ThankYou.tpl | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/CRM/Badge/Form/Layout.tpl b/templates/CRM/Badge/Form/Layout.tpl index 00805e2e23..b41a588247 100644 --- a/templates/CRM/Badge/Form/Layout.tpl +++ b/templates/CRM/Badge/Form/Layout.tpl @@ -44,7 +44,7 @@ {$form.width_image_1.html}
{$form.width_image_1.label} - {$form.height_image_1.html}
{$form.height_image_1.label} + {$form.height_image_1.html}
{$form.height_image_1.label} @@ -83,10 +83,10 @@ {$form.width_participant_image.html}
{$form.width_participant_image.label} - {$form.height_participant_image.html}
{$form.height_participant_image.label} + {$form.height_participant_image.html}
{$form.height_participant_image.label} - {$form.alignment_participant_image.html}
{$form.alignment_participant_image.label} + {$form.alignment_participant_image.html}
{$form.alignment_participant_image.label} diff --git a/templates/CRM/Campaign/Form/Petition/Signature.tpl b/templates/CRM/Campaign/Form/Petition/Signature.tpl index 793db4c993..2b69121ecf 100644 --- a/templates/CRM/Campaign/Form/Petition/Signature.tpl +++ b/templates/CRM/Campaign/Form/Petition/Signature.tpl @@ -25,7 +25,7 @@

{/if} {if $duplicate == "unconfirmed"} -

{ts}You have already signed this petition but you still need to verify your email address.{/ts}
{ts}Please check your email inbox for the confirmation email. If you don't find it, verify if it isn't in your spam folder.{/ts}

+

{ts}You have already signed this petition but you still need to verify your email address.{/ts}
{ts}Please check your email inbox for the confirmation email. If you don't find it, verify if it isn't in your spam folder.{/ts}

{/if} {if $duplicate}

{ts}Thank you for your support.{/ts}

diff --git a/templates/CRM/Contact/Form/Search/Criteria/ChangeLog.tpl b/templates/CRM/Contact/Form/Search/Criteria/ChangeLog.tpl index f84cc732f0..fc8a48f23f 100644 --- a/templates/CRM/Contact/Form/Search/Criteria/ChangeLog.tpl +++ b/templates/CRM/Contact/Form/Search/Criteria/ChangeLog.tpl @@ -12,7 +12,7 @@ {include file="CRM/Core/DatePickerRangeWrapper.tpl" fieldName="modified_date" to='' from='' class='' colspan='' hideRelativeLabel=0} -
+
{$form.changed_by.html}
{ts}Note this field just filters on who made a change no matter when that change happened, It doesn't have any link to the modified date field.{/ts} diff --git a/templates/CRM/Contribute/Form/Contribution/Confirm.tpl b/templates/CRM/Contribute/Form/Contribution/Confirm.tpl index 7e0bfbe6ba..95385beccf 100644 --- a/templates/CRM/Contribute/Form/Contribution/Confirm.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Confirm.tpl @@ -169,7 +169,7 @@
- {$honorName}
+ {$honorName}
{include file="CRM/UF/Form/Block.tpl" fields=$honoreeProfileFields mode=8 prefix='honor'}
diff --git a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl index 2943825169..8f7fb97f36 100644 --- a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl +++ b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl @@ -202,7 +202,7 @@
- {$honorName}
+ {$honorName}
{include file="CRM/UF/Form/Block.tpl" fields=$honoreeProfileFields prefix='honor'}
-- 2.25.1