From 5a98c3cc856f2167a14aef93858888c7771b4ac1 Mon Sep 17 00:00:00 2001 From: sunil Date: Tue, 4 Aug 2015 10:31:00 +0530 Subject: [PATCH] reverting unwanted changes --- templates/CRM/Contribute/Form/Contribution/Main.tpl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Contribute/Form/Contribution/Main.tpl b/templates/CRM/Contribute/Form/Contribution/Main.tpl index 1bd238fa07..c80e01cd7e 100644 --- a/templates/CRM/Contribute/Form/Contribution/Main.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Main.tpl @@ -131,11 +131,15 @@ {ts}for{/ts} {$form.installments.html} {$form.installments.label} {/if} -

{ts}Your recurring contribution will be processed automatically for the number of installments you specify. You can leave the number of installments blank if you want to make an open-ended commitment. In either case, you can choose to cancel at any time.{/ts} +

+ {ts}Your recurring contribution will be processed automatically.{/ts} + {if $is_recur_installments} + {ts}You can specify the number of installments, or you can leave the number of installments blank if you want to make an open-ended commitment. In either case, you can choose to cancel at any time.{/ts} + {/if} {if $is_email_receipt} - {ts}You will receive an email receipt for each recurring contribution. The receipts will include a link you can use if you decide to modify or cancel your future contributions.{/ts} + {ts}You will receive an email receipt for each recurring contribution.{/ts} {/if} -

+
-- 2.25.1