CRM-14047 - for this participant should only be appended when additionalParticipants...
authorDave Greenberg <dave@civicrm.org>
Mon, 3 Feb 2014 21:04:09 +0000 (13:04 -0800)
committerDave Greenberg <dave@civicrm.org>
Mon, 3 Feb 2014 21:04:09 +0000 (13:04 -0800)
----------------------------------------
* CRM-14047: Online event registration: add text to clarify the meaning of the Total Fee(s) calculated value
  http://issues.civicrm.org/jira/browse/CRM-14047

templates/CRM/Price/Form/Calculate.tpl

index 5b232aea5113e5f7366284c2a8d15a3a2c036195..930b28092197241211ba417ecaef0632bb3debc4 100644 (file)
@@ -26,7 +26,8 @@
 <div id="pricesetTotal" class="crm-section section-pricesetTotal">
   <div class="label" id="pricelabel"><label>
     {if ( $extends eq 'Contribution' ) || ( $extends eq 'Membership' )}
-      {ts}Total Amount{/ts}{else}{ts}Total Fee(s) for this participant{/ts}
+      {ts}Total Amount{/ts}{else}{ts}Total Fee(s){/ts}
+                       {if $isAdditionalParticipants} {ts}for this participant{/ts}{/if}
     {/if}</label></div>
   <div class="content calc-value" id="pricevalue" ></div>
 </div>