From 6025957f400678d3103a9d56442a71b42441461e Mon Sep 17 00:00:00 2001 From: mi32dogs Date: Fri, 11 Nov 2016 20:08:49 -0800 Subject: [PATCH] Bootstrap 3 support --- templates/BootstrapFieldHolder.ss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/BootstrapFieldHolder.ss b/templates/BootstrapFieldHolder.ss index f7d072d..9479221 100755 --- a/templates/BootstrapFieldHolder.ss +++ b/templates/BootstrapFieldHolder.ss @@ -1,11 +1,12 @@
- - $Field + + <% if $BootstrapLayout=='horizontal' %>
<% end_if %> + $Field <% if $HelpText %>

$HelpText

<% end_if %> <% if $InlineHelpText %> $InlineHelpText - <% end_if %> + <% end_if %> +<% if $BootstrapLayout=='horizontal' %>
<% end_if %>
-