From ea49989da2e9482d495955ebc050f72a6d9bfd52 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 27 Mar 2015 00:28:29 +1300 Subject: [PATCH] whitespace only --- templates/CRM/Report/Form/Tabs/Filters.tpl | 90 +++++++++++----------- 1 file changed, 46 insertions(+), 44 deletions(-) diff --git a/templates/CRM/Report/Form/Tabs/Filters.tpl b/templates/CRM/Report/Form/Tabs/Filters.tpl index 2b99f1c9c0..eeb0d9d815 100644 --- a/templates/CRM/Report/Form/Tabs/Filters.tpl +++ b/templates/CRM/Report/Form/Tabs/Filters.tpl @@ -28,51 +28,53 @@ {assign var="counter" value=1} {foreach from=$filters item=table key=tableName} - {assign var="filterCount" value=$table|@count} - {* Wrap custom field sets in collapsed accordion pane. *} - {if $colGroups.$tableName.group_title and $filterCount gte 1} - {* we should close table that contains other filter elements before we start building custom group accordian *} - {if $counter eq 1} + {assign var="filterCount" value=$table|@count} + {* Wrap custom field sets in collapsed accordion pane. *} + {if $colGroups.$tableName.group_title and $filterCount gte 1} + {* we should close table that contains other filter elements before we start building custom group accordian + *} + {if $counter eq 1}
- {assign var="counter" value=0} - {/if} - - {assign var=closed value="1"} {*-- ie table tags are closed-- *} - {else} - {assign var=closed value="0"} {*-- ie table tags are not closed-- *} + + {assign var=closed value="1"} {*-- ie table tags are closed-- *} + {else} + {assign var=closed value="0"} {*-- ie table tags are not closed-- *} + {/if} + {/foreach} + {if $closed eq 0 } + {/if} - - {/foreach} - {if $closed eq 0 }{/if} -- 2.25.1