diff --git a/templates/BootstrapForm.ss b/templates/BootstrapForm.ss index c7d21eb..0b6f209 100755 --- a/templates/BootstrapForm.ss +++ b/templates/BootstrapForm.ss @@ -4,15 +4,15 @@ <% if $Message %> <% if $MessageType == "good" %> - <% else_if MessageType == "info" %> + <% else_if $MessageType == "info" %> - <% else_if MessageType == "bad" %> + <% else_if $MessageType == "bad" %> <% end_if %> <% end_if %> - +
- <% if $Legend %>$Legend<% end_if %> + <% if $Legend %>$Legend<% end_if %> <% loop $Fields %> $FieldHolder <% end_loop %> @@ -20,11 +20,22 @@
<% if $Actions %> -
- <% loop $Actions %> - $Field - <% end_loop %> -
+ <% if $formLayout=='horizontal' %> +
+
+ <% else %> +
+ <% end_if %> + + <% loop $Actions %> + $Field + <% end_loop %> + + <% if $formLayout=='horizontal' %> +
+ <% end_if %> + +
<% end_if %> <% if $IncludeFormTag %>