silverstripe-framework/templates/SearchForm.ss

12 lines
189 B
Scheme
Executable File

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