doc.silverstripe.org/sapphire/templates/SearchForm.ss
2011-04-10 21:53:26 +00:00

12 lines
189 B
Scheme
Executable File

<form $FormAttributes>
<fieldset>
<legend></legend>
<% control Fields %>
$FieldHolder
<% end_control %>
<% control Actions %>
$Field
<% end_control %>
</fieldset>
</form>