CRM-16729 - Fix inline help to account for payment from a different contact scenario.
authorDave Greenberg <dave@civicrm.org>
Tue, 14 Jul 2015 22:09:27 +0000 (15:09 -0700)
committerDave Greenberg <dave@civicrm.org>
Tue, 14 Jul 2015 22:09:27 +0000 (15:09 -0700)
----------------------------------------
* CRM-16729: IHM : Wrong email on receipt help text when new membership is paid by a different contact
  https://issues.civicrm.org/jira/browse/CRM-16729

templates/CRM/Member/Form/Membership.tpl

index 043c6fbade4d97e1fb8e1b71a68e3780b44ea45d..df299607d5036a5827de510d45d0dcccedaf2342 100644 (file)
         {if $emailExists and $outBound_option != 2 }
           <tr id="send-receipt" class="crm-membership-form-block-send_receipt">
             <td class="label">{$form.send_receipt.label}</td><td>{$form.send_receipt.html}<br />
-            <span class="description">{ts 1=$emailExists}Automatically email a membership confirmation and receipt to %1?{/ts}</span></td>
+            <span class="description">{ts 1=$emailExists}Automatically email a membership confirmation and receipt to %1 ?{/ts} {ts}OR if the payment is from a different contact, this email will only go to them.{/ts}</span></td>
           </tr>
           {elseif $context eq 'standalone' and $outBound_option != 2 }
           <tr id="email-receipt" style="display:none;">
             <td class="label">{$form.send_receipt.label}</td><td>{$form.send_receipt.html}<br />
-            <span class="description">{ts}Automatically email a membership confirmation and receipt to {/ts}<span id="email-address"></span>?</span></td>
+            <span class="description">{ts}Automatically email a membership confirmation and receipt to {/ts}<span id="email-address"></span>? {ts}OR if the payment is from a different contact, this email will only go to them.{/ts}</span></td>
           </tr>
         {/if}
         <tr id="fromEmail" style="display:none;">