From 227e59a6a8437115eb71594b0313e6564fd850db Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 2 Feb 2015 17:55:16 -0500 Subject: [PATCH] CRM-15906 - Related tpl cleanup --- templates/CRM/Pledge/Form/Payment.tpl | 66 +++++++++++++++------------ 1 file changed, 36 insertions(+), 30 deletions(-) diff --git a/templates/CRM/Pledge/Form/Payment.tpl b/templates/CRM/Pledge/Form/Payment.tpl index 913948349b..ca7d18a00c 100644 --- a/templates/CRM/Pledge/Form/Payment.tpl +++ b/templates/CRM/Pledge/Form/Payment.tpl @@ -25,39 +25,45 @@ *} {* this template is used for updating pledge payment*}
- - - - - - + + + +
{ts}Status{/ts}{$status}
{$form.scheduled_date.label}{include file="CRM/common/jcalendar.tpl" elementName=scheduled_date} - {ts}Scheduled Date for Pledge payment.{/ts}
{$form.scheduled_amount.label}{$form.currency.html} {$form.scheduled_amount.html} - {if !$pledgePayment} - - {ts}Adjust scheduled amount{/ts} - - {help id="adjust-payment-amount"} - {/if} + + + + + + + + + + + + - - - - -
{ts}Status{/ts}{$status}
{$form.scheduled_date.label}{include file="CRM/common/jcalendar.tpl" elementName=scheduled_date}
{$form.scheduled_amount.label} + {$form.currency.html} {$form.scheduled_amount.html} + {if !$pledgePayment} + + {ts}Adjust scheduled amount{/ts} + + {help id="adjust-payment-amount"} + {/if}
{$form.option_type.html}
-
{include file="CRM/common/formButtons.tpl" location="bottom"}
- +
{$form.option_type.html}
+
{include file="CRM/common/formButtons.tpl" location="bottom"}
+
{literal} - + {/literal} -- 2.25.1