From b8c7e40cf5ef0a09b2cda79cefc3c16146dd3aa8 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Tue, 29 Apr 2014 17:53:16 -0700 Subject: [PATCH] Clarify label and remove help on Create Participant form. --- CRM/Event/Form/EventFees.php | 2 +- templates/CRM/Event/Form/EventFees.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Event/Form/EventFees.php b/CRM/Event/Form/EventFees.php index 94873fad87..d68f442226 100644 --- a/CRM/Event/Form/EventFees.php +++ b/CRM/Event/Form/EventFees.php @@ -447,7 +447,7 @@ SELECT id, html_type CRM_Core_DAO::getAttribute('CRM_Contribute_DAO_Contribution', 'check_number') ); - $form->add('text', 'total_amount', ts('Total Amount'), + $form->add('text', 'total_amount', ts('Amount'), CRM_Core_DAO::getAttribute('CRM_Contribute_DAO_Contribution', 'total_amount') ); } diff --git a/templates/CRM/Event/Form/EventFees.tpl b/templates/CRM/Event/Form/EventFees.tpl index 24dc555c03..bb272a0255 100644 --- a/templates/CRM/Event/Form/EventFees.tpl +++ b/templates/CRM/Event/Form/EventFees.tpl @@ -82,7 +82,7 @@ {$form.financial_type_id.label} * {$form.financial_type_id.html}
{ts}Select the appropriate financial type for this payment.{/ts} - {$form.total_amount.label}{$form.total_amount.html|crmMoney:$currency}
{ts}Actual payment amount for this registration.{/ts} + {$form.total_amount.label}{$form.total_amount.html|crmMoney:$currency} {$form.receive_date.label} {include file="CRM/common/jcalendar.tpl" elementName=receive_date} -- 2.25.1