From 9da03adbc70efcffa1eb958b7220166df3f311e1 Mon Sep 17 00:00:00 2001 From: kurund Date: Tue, 13 Aug 2013 17:06:32 +0530 Subject: [PATCH] fixed smarty error --- .../Form/Search/ContributionRecur.tpl | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/templates/CRM/Contribute/Form/Search/ContributionRecur.tpl b/templates/CRM/Contribute/Form/Search/ContributionRecur.tpl index 82760ffa8c..85f313515b 100644 --- a/templates/CRM/Contribute/Form/Search/ContributionRecur.tpl +++ b/templates/CRM/Contribute/Form/Search/ContributionRecur.tpl @@ -24,13 +24,15 @@ +--------------------------------------------------------------------+ *} -
-
- {ts}Recurring Contributions{/ts} -
-
+
+
+ {ts}Recurring Contributions{/ts} +
+
- + + @@ -65,8 +67,9 @@ {include file="CRM/Core/DateRange.tpl" fieldName="contribution_recur_cancel_date" from='_low' to='_high'} -
{ts}Start Date{/ts}
{ts}Start Date{/ts} {include file="CRM/Core/DateRange.tpl" fieldName="contribution_recur_start_date" from='_low' to='_high'}
-
-
+ +
+ +
-- 2.25.1