From 1cdab8aae01ae83b4898ffdc2c94228561bd4e9c Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Fri, 3 Jul 2020 14:28:04 -0400 Subject: [PATCH] Fix typo in templates/CRM/Report/Form/Tabs/GroupBy.tpl --- templates/CRM/Report/Form/Tabs/GroupBy.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/CRM/Report/Form/Tabs/GroupBy.tpl b/templates/CRM/Report/Form/Tabs/GroupBy.tpl index 5f77291455..c53b7f579f 100644 --- a/templates/CRM/Report/Form/Tabs/GroupBy.tpl +++ b/templates/CRM/Report/Form/Tabs/GroupBy.tpl @@ -13,11 +13,11 @@ {foreach from=$groupByElements item=gbElem key=dnc} {assign var="count" value=`$count+1`} - - {$form.group_bys[$gbElem].html} - {if $form.group_bys_freq[$gbElem].html}:
-   {$form.group_bys_freq[$gbElem].label} {$form.group_bys_freq[$gbElem].html} - {/if} + + {$form.group_bys[$gbElem].html} + {if $form.group_bys_freq[$gbElem].html}:
+   {$form.group_bys_freq[$gbElem].label} {$form.group_bys_freq[$gbElem].html} + {/if} {if $count is div by 4} -- 2.25.1