From e41c10218d390e178f6e0729b558b4b79fd5fa65 Mon Sep 17 00:00:00 2001 From: larssandergreen Date: Fri, 11 Aug 2023 22:47:54 -0600 Subject: [PATCH] Fix event fee help --- templates/CRM/Event/Form/ManageEvent/Fee.hlp | 22 ++++---------------- templates/CRM/Event/Form/ManageEvent/Fee.tpl | 2 +- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/templates/CRM/Event/Form/ManageEvent/Fee.hlp b/templates/CRM/Event/Form/ManageEvent/Fee.hlp index 0c43e04fc0..2da06fdd88 100644 --- a/templates/CRM/Event/Form/ManageEvent/Fee.hlp +++ b/templates/CRM/Event/Form/ManageEvent/Fee.hlp @@ -7,38 +7,24 @@ | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} -{htxt id="id-payment_processor-title"} - {ts}Payment Processor{/ts} -{/htxt} -{htxt id="id-payment_processor-text"} + +{htxt id="id-payment_processor"} {ts}If this is a paid event and you want users to be able to register and pay online, select a payment processor to use.{/ts} {ts}NOTE: Alternatively, you can enable the Pay Later feature below without setting up a payment processor. All users will then be asked to submit payment offline (e.g. mail in a check, call in a credit card, etc.).{/ts} {docURL page="user/contributions/payment-processors"} {/htxt} -{htxt id="id-pay-later-text-title"} - {ts}Pay Later Label{/ts} -{/htxt} {htxt id="id-pay-later-text"} {ts}Text displayed next to the checkbox for the 'pay later' option on the contribution form. You may include HTML formatting tags.{/ts} {/htxt} -{htxt id="id-is_billing_required-title"} - {ts}Billing address required{/ts} -{/htxt} {htxt id="id-is_billing_required"} {ts}Check this box to require users who select the pay later option to provide billing name and address.{/ts} {/htxt} -{htxt id="id-is-discount-title"} - {ts}Discounts by Signup Date?{/ts} -{/htxt} -{htxt id="id-is-discount"} +{htxt id="id-financial_type_id"} {ts}This financial type will be assigned to payments made by participants when they register online. If using a price set below note that the contribution record will have this financial type, however line items will be processed using the actual financial type selected for the price set item.{/ts} {/htxt} -{htxt id="id-financial_type_id-title"} - {ts}Financial Type{/ts} -{/htxt} -{htxt id="id-financial_type_id"} +{htxt id="id-is-discount"} {ts}Check this box if you want to offer discounted fees based on registration date (e.g. 'early-registration discounts').{/ts} {/htxt} diff --git a/templates/CRM/Event/Form/ManageEvent/Fee.tpl b/templates/CRM/Event/Form/ManageEvent/Fee.tpl index 4f851530f0..ab8e1dface 100644 --- a/templates/CRM/Event/Form/ManageEvent/Fee.tpl +++ b/templates/CRM/Event/Form/ManageEvent/Fee.tpl @@ -42,7 +42,7 @@ {if $paymentProcessor} - +
{$form.payment_processor.label} {help id="id-payment_processor-text"}{$form.payment_processor.label} {help id="id-payment_processor"} {$form.payment_processor.html}
-- 2.25.1