Clarify label and remove help on Create Participant form.
authorDave Greenberg <dave@civicrm.org>
Wed, 30 Apr 2014 00:53:16 +0000 (17:53 -0700)
committerDave Greenberg <dave@civicrm.org>
Wed, 30 Apr 2014 00:53:16 +0000 (17:53 -0700)
CRM/Event/Form/EventFees.php
templates/CRM/Event/Form/EventFees.tpl

index 94873fad87601652cd44405dbb426a963dee04a1..d68f442226bc48dd97c4ae46ccea3350e88deefd 100644 (file)
@@ -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')
         );
       }
index 24dc555c03790b4fde0c6149c538778e76edf055..bb272a025534103910b6bd9d42192d5cffac7fb3 100644 (file)
@@ -82,7 +82,7 @@
                     <td class="label">{$form.financial_type_id.label}<span class="marker"> *</span></td>
                     <td>{$form.financial_type_id.html}<br /><span class="description">{ts}Select the appropriate financial type for this payment.{/ts}</span></td>
                 </tr>
-                <tr class="crm-event-eventfees-form-block-total_amount"><td class="label">{$form.total_amount.label}</td><td>{$form.total_amount.html|crmMoney:$currency}<br/><span class="description">{ts}Actual payment amount for this registration.{/ts}</span></td></tr>
+                <tr class="crm-event-eventfees-form-block-total_amount"><td class="label">{$form.total_amount.label}</td><td>{$form.total_amount.html|crmMoney:$currency}</td></tr>
                 <tr>
                     <td class="label" >{$form.receive_date.label}</td>
                     <td>{include file="CRM/common/jcalendar.tpl" elementName=receive_date}</td>