From 66836685760491b9d6082d92088919e313f01d99 Mon Sep 17 00:00:00 2001 From: kurund Date: Mon, 15 Sep 2014 22:16:27 +0530 Subject: [PATCH] js error fixes while sorting --- templates/CRM/PCP/Page/PCP.tpl | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/templates/CRM/PCP/Page/PCP.tpl b/templates/CRM/PCP/Page/PCP.tpl index 1640ee33b0..2d1d07239f 100644 --- a/templates/CRM/PCP/Page/PCP.tpl +++ b/templates/CRM/PCP/Page/PCP.tpl @@ -36,35 +36,31 @@

{include file="CRM/common/pager.tpl" location="top"} -{include file="CRM/common/pagerAToZ.tpl} -{include file="CRM/common/jsortable.tpl} +{include file="CRM/common/pagerAToZ.tpl"} +{include file="CRM/common/jsortable.tpl"} {strip} - - - + + + - - {foreach from=$rows item=row} - + - - {/foreach} -- 2.25.1
{ts}Page Title{/ts} {ts}Supporter{/ts}{ts}Contribution Page / Event{/ts}{ts}Starts{/ts}{ts}Ends{/ts}{ts}Contribution Page / Event{/ts}{ts}Starts{/ts}{ts}Ends{/ts} {ts}Status{/ts}
{$row.title}{$row.title} {$row.supporter} {$row.page_title} {$row.start_date|crmDate:"%b %d, %Y %l:%M %P"} {if $row.end_date}{$row.end_date|crmDate:"%b %d, %Y %l:%M %P"}{else}({ts}ongoing{/ts}){/if} {$row.status_id} {$row.action|replace:'xx':$row.id}{$row.start_date|truncate:10:''|crmDate}{if $row.end_date}{$row.end_date|truncate:10:''|crmDate}{else}({ts}ongoing{/ts}){/if}