mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
12 lines
189 B
Scheme
12 lines
189 B
Scheme
|
<form $FormAttributes>
|
||
|
<fieldset>
|
||
|
<legend></legend>
|
||
|
<% control Fields %>
|
||
|
$FieldHolder
|
||
|
<% end_control %>
|
||
|
<% control Actions %>
|
||
|
$Field
|
||
|
<% end_control %>
|
||
|
</fieldset>
|
||
|
</form>
|