From 4be4bd88ac93632ffab75f9e269540ca4595d7bd Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 1 Nov 2018 15:02:39 +1300 Subject: [PATCH] post if-clause removal whitespace --- .../CRM/Admin/Form/Preferences/Contribute.tpl | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/templates/CRM/Admin/Form/Preferences/Contribute.tpl b/templates/CRM/Admin/Form/Preferences/Contribute.tpl index 55dee209a9..2629d66f60 100644 --- a/templates/CRM/Admin/Form/Preferences/Contribute.tpl +++ b/templates/CRM/Admin/Form/Preferences/Contribute.tpl @@ -25,32 +25,32 @@ *}
{include file="CRM/common/formButtons.tpl" location="top"}
- - {foreach from=$htmlFields item=desc key=htmlField} - {if $form.$htmlField} - {assign var=n value=$htmlField|cat:'_description'} - - {if $form.$htmlField.html_type EQ 'checkbox'|| $form.$htmlField.html_type EQ 'checkboxes'} - - - {else} - - - {/if} - - {/if} - {/foreach} -
- {$form.$htmlField.html} {$form.$htmlField.label} - {if $desc} -
{$desc} - {/if} -
{$form.$htmlField.label} {if $htmlField eq 'acl_financial_type'}{help id="$htmlField"}{/if} - {$form.$htmlField.html} - {if $desc} -
{$desc} - {/if} -
+ + {foreach from=$htmlFields item=desc key=htmlField} + {if $form.$htmlField} + {assign var=n value=$htmlField|cat:'_description'} + + {if $form.$htmlField.html_type EQ 'checkbox'|| $form.$htmlField.html_type EQ 'checkboxes'} + + + {else} + + + {/if} + + {/if} + {/foreach} +
+ {$form.$htmlField.html} {$form.$htmlField.label} + {if $desc} +
{$desc} + {/if} +
{$form.$htmlField.label} {if $htmlField eq 'acl_financial_type'}{help id="$htmlField"}{/if} + {$form.$htmlField.html} + {if $desc} +
{$desc} + {/if} +
{include file="CRM/Form/basicFormFields.tpl"}
{include file="CRM/common/formButtons.tpl" location="bottom"}
-- 2.25.1