From 94d32823ad1843b9d8f19ab6b51d857beb8fdba3 Mon Sep 17 00:00:00 2001 From: larssandergreen Date: Wed, 24 May 2023 22:16:47 -0600 Subject: [PATCH] Remove unneeded text on Participant --- templates/CRM/Event/Form/EventFees.tpl | 27 +++++++++---------- templates/CRM/Event/Form/Participant.tpl | 3 +-- .../Event/Form/ParticipantFeeSelection.tpl | 8 +++--- 3 files changed, 17 insertions(+), 21 deletions(-) diff --git a/templates/CRM/Event/Form/EventFees.tpl b/templates/CRM/Event/Form/EventFees.tpl index e207017ffc..23f4403dd5 100644 --- a/templates/CRM/Event/Form/EventFees.tpl +++ b/templates/CRM/Event/Form/EventFees.tpl @@ -56,9 +56,7 @@ {assign var=isShowBillingBlock value=true} {$form.record_contribution.label} - {$form.record_contribution.html}
- {ts}Check this box to enter payment information. You will also be able to generate a customized receipt.{/ts} - + {$form.record_contribution.html} @@ -66,7 +64,7 @@ - + @@ -96,7 +94,7 @@
{$form.financial_type_id.label} *{$form.financial_type_id.html}
{ts}Select the appropriate financial type for this payment.{/ts}
{$form.financial_type_id.html}
{$form.total_amount.label}{$form.total_amount.html}
- @@ -111,10 +109,10 @@ -
{if $paid}{ts}Send Confirmation and Receipt{/ts}{else}{ts}Send Confirmation{/ts}{/if}{$form.send_receipt.html}
+
{$form.send_receipt.html} {if $email} {if $paid} {ts 1=$email}Automatically email a confirmation and receipt to %1?{/ts}
{$form.receipt_text.label} - {ts}Enter a message you want included at the beginning of the confirmation email. EXAMPLE: 'Thanks for registering for this event.'{/ts} -
- {$form.receipt_text.html|crmAddClass:huge} +
{$form.receipt_text.html|crmAddClass:huge}
+ + {ts}Enter a message you want included at the beginning of the confirmation email.{/ts} +
@@ -124,7 +122,7 @@ - - +
{if $paid}{ts}Send Confirmation and Receipt{/ts}{else}{ts}Send Confirmation{/ts}{/if}{$form.send_receipt.html}
+
{$form.send_receipt.html} {if $paid} {ts 1=''}Automatically email a confirmation and receipt to %1?{/ts} {else} @@ -138,10 +136,11 @@
{$form.receipt_text.label} - {ts}Enter a message you want included at the beginning of the confirmation email. EXAMPLE: 'Thanks for registering for this event.'{/ts} -
- {$form.receipt_text.html|crmAddClass:huge}
{$form.receipt_text.html|crmAddClass:huge}
+ + {ts}Enter a message you want included at the beginning of the confirmation email.{/ts} + +
diff --git a/templates/CRM/Event/Form/Participant.tpl b/templates/CRM/Event/Form/Participant.tpl index 318c6ab59e..551b745403 100644 --- a/templates/CRM/Event/Form/Participant.tpl +++ b/templates/CRM/Event/Form/Participant.tpl @@ -101,8 +101,7 @@ - {$form.source.label}{$form.source.html|crmAddClass:huge}
- {ts}Source for this registration (if applicable).{/ts} + {$form.source.label}{$form.source.html|crmAddClass:huge} {if $participantMode} diff --git a/templates/CRM/Event/Form/ParticipantFeeSelection.tpl b/templates/CRM/Event/Form/ParticipantFeeSelection.tpl index d721f5f0fd..78f6608748 100644 --- a/templates/CRM/Event/Form/ParticipantFeeSelection.tpl +++ b/templates/CRM/Event/Form/ParticipantFeeSelection.tpl @@ -119,11 +119,10 @@ CRM.$(function($) { {if $paymentInfo}
-
{ts}Updated Fee(s){/ts}
+
{ts}Updated Fee(s){/ts}
 
{ts}Total Paid{/ts}
- {$paymentInfo.paid|crmMoney}
- {ts}view payments{/ts} + {$paymentInfo.paid|crmMoney} {ts}view payments{/ts}
{ts}Balance Owed{/ts}
@@ -137,8 +136,7 @@ CRM.$(function($) { - -- 2.25.1
{ts}Send Confirmation{/ts}{$form.send_receipt.html}
- {ts 1=$email}Automatically email a confirmation to %1?{/ts} +
{$form.send_receipt.html} {ts 1=$email}Automatically email a confirmation to %1?{/ts}