CRM-17635 add comment about recur receipt
authoreileenmcnaugton <eileen@fuzion.co.nz>
Mon, 30 Nov 2015 02:56:57 +0000 (15:56 +1300)
committereileenmcnaugton <eileen@fuzion.co.nz>
Mon, 30 Nov 2015 02:56:57 +0000 (15:56 +1300)
templates/CRM/Member/Form/Membership.tpl

index 178993f02cceaf606596c9c5dde74b282d70c66f..9fe3f798b05252e639ee9fdd8893f1d47d1887ce 100644 (file)
           <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} {ts}OR if the payment is from a different contact, this email will only go to them.{/ts}</span></td>
+            <span class="auto-renew-text">{ts}For auto-renewing memberships the emails are sent when each payment is received{/ts}</span>
           </tr>
           {elseif $context eq 'standalone' and $isEmailEnabledForSite}
           <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>? {ts}OR if the payment is from a different contact, this email will only go to them.{/ts}</span></td>
+            <span class="auto-renew-text">{ts}For auto-renewing memberships the emails are sent when each payment is received{/ts}</span>
           </tr>
         {/if}
         <tr id="fromEmail" style="display:none;">