silverstripe-framework/templates/SearchForm.ss
Will Rossiter d22852484f BUGFIX: search is now html valid!
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.2@60980 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:39:33 +13:00

12 lines
197 B
Scheme
Executable File

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