From 88381a1201784b32ee53cf89f8ead567a828f416 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 12 Jul 2019 15:46:13 -0400 Subject: [PATCH] spacing correcting spacing in multicheckboxes --- views/ui/f6/multicheckboxes.html | 36 +++++++++++++++----------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/views/ui/f6/multicheckboxes.html b/views/ui/f6/multicheckboxes.html index 9f406225..e7533e56 100644 --- a/views/ui/f6/multicheckboxes.html +++ b/views/ui/f6/multicheckboxes.html @@ -18,24 +18,22 @@ 'dataError' => string Error from data Abstract Class ]} *} -
-
- - {if isset($ui.list) && $ui.list} - {foreach $ui.list as $checkbox => $checkboxLabel} - - {/foreach} - {/if} +
+ + {if isset($ui.list) && $ui.list} + {foreach $ui.list as $checkbox => $checkboxLabel} + + {/foreach} + {/if} - {if $ui.dataError}{$ui.dataError}{/if} - {if isset($ui.helpText)}

{$ui.helpText}

{/if} - {if isset($ui.errorText)}{$ui.errorText}{/if} -
+ {if $ui.dataError}{$ui.dataError}{/if} + {if isset($ui.helpText)}

{$ui.helpText}

{/if} + {if isset($ui.errorText)}{$ui.errorText}{/if}
-- 2.17.1