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
This commit is contained in:
Sean Harvey 2008-12-04 03:30:43 +00:00 committed by Sam Minnee
parent 33960f1af3
commit d0ee6fbce2

View File

@ -6,6 +6,7 @@
<% else %>
<p id="{$FormName}_error" class="message $MessageType" style="display: none"></p>
<% end_if %>
<fieldset>
<legend>$Legend</legend>
<% control Fields %>
@ -14,11 +15,13 @@
<div class="clear"><!-- --></div>
</fieldset>
<% if Actions %>
<% if Actions %>
<div class="Actions">
<% control Actions %>$Field<% end_control %>
<% control Actions %>
$Field
<% end_control %>
</div>
<% end_if %>
<% end_if %>
<% if IncludeFormTag %>
</form>
<% end_if %>