From d0ee6fbce2999e5f6b93e42c05464df86f3359da Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 4 Dec 2008 03:30:43 +0000 Subject: [PATCH] MINOR Tidy up of Form.ss template in sapphire/templates/Includes git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@67424 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/Includes/Form.ss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 %>