diff --git a/templates/Includes/Form.ss b/templates/Includes/Form.ss index ccc563112..d41db386f 100644 --- a/templates/Includes/Form.ss +++ b/templates/Includes/Form.ss @@ -6,6 +6,7 @@ <% else %> <% end_if %> +
$Legend <% control Fields %> @@ -14,11 +15,13 @@
-<% if Actions %> + <% if Actions %>
- <% control Actions %>$Field<% end_control %> + <% control Actions %> + $Field + <% end_control %>
-<% end_if %> + <% end_if %> <% if IncludeFormTag %> <% end_if %>