From 090fdd62e92b92e2fe5310faf419783cde09c32f Mon Sep 17 00:00:00 2001 From: Mukesh Ram Date: Thu, 15 Mar 2018 19:35:03 +0530 Subject: [PATCH] Fix template in pledge and batch --- templates/CRM/Batch/Form/Entry.tpl | 8 ++++++-- templates/CRM/Pledge/Form/Selector.tpl | 4 +--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/templates/CRM/Batch/Form/Entry.tpl b/templates/CRM/Batch/Form/Entry.tpl index 60340e1fa9..1f97a2b21b 100644 --- a/templates/CRM/Batch/Form/Entry.tpl +++ b/templates/CRM/Batch/Form/Entry.tpl @@ -45,11 +45,15 @@ {/if} - + - +
{ts}Total amount expected{/ts} + + {$batchTotal|crmMoney}
{ts}Total amount entered{/ts} + + {$config->defaultCurrencySymbol}
diff --git a/templates/CRM/Pledge/Form/Selector.tpl b/templates/CRM/Pledge/Form/Selector.tpl index 4099d60729..b6c03b1f09 100644 --- a/templates/CRM/Pledge/Form/Selector.tpl +++ b/templates/CRM/Pledge/Form/Selector.tpl @@ -34,9 +34,7 @@ {if ! $single and $context eq 'Search' } {$form.toggleSelect.html} {/if} - {if $single} - {/if} {foreach from=$columnHeaders item=header} {if $header.sort} @@ -60,8 +58,8 @@ {if ! $single } + {$row.contact_type} - {$row.contact_type}   {$row.sort_name} {/if} -- 2.25.1