From cbc5bc5cede288d3b6c54ca5caeacbc4f063f3d0 Mon Sep 17 00:00:00 2001 From: William Mortada Date: Fri, 10 Jan 2020 13:44:31 +0000 Subject: [PATCH] Fix auto renew text --- templates/CRM/Member/Form/Membership.tpl | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/templates/CRM/Member/Form/Membership.tpl b/templates/CRM/Member/Form/Membership.tpl index 8dd6f42ab5..60bc041572 100644 --- a/templates/CRM/Member/Form/Membership.tpl +++ b/templates/CRM/Member/Form/Membership.tpl @@ -163,15 +163,25 @@ {include file="CRM/Member/Form/MembershipCommon.tpl"} {if $emailExists and $isEmailEnabledForSite} - {$form.send_receipt.label}{$form.send_receipt.html}
- {ts 1=$emailExists}Automatically email a membership confirmation and receipt to %1? OR if the payment is from a different contact, this email will only go to them.{/ts} - {ts}For auto-renewing memberships the emails are sent when each payment is received{/ts} + {$form.send_receipt.label} + + {$form.send_receipt.html}
+ + {ts 1=$emailExists}Automatically email a membership confirmation and receipt to %1? OR if the payment is from a different contact, this email will only go to them.{/ts} + {ts}For auto-renewing memberships the emails are sent when each payment is received{/ts} + + - {elseif $context eq 'standalone' and $isEmailEnabledForSite} + {elseif $context eq 'standalone' and $isEmailEnabledForSite} - {$form.send_receipt.label}{$form.send_receipt.html}
- {ts}Automatically email a membership confirmation and receipt to {/ts}? {ts}OR if the payment is from a different contact, this email will only go to them.{/ts} - {ts}For auto-renewing memberships the emails are sent when each payment is received{/ts} + {$form.send_receipt.label} + + {$form.send_receipt.html}
+ + {ts}Automatically email a membership confirmation and receipt to {/ts}? {ts}OR if the payment is from a different contact, this email will only go to them.{/ts} + {ts}For auto-renewing memberships the emails are sent when each payment is received{/ts} + + {/if} -- 2.25.1