mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
19 lines
387 B
Scheme
Executable File
19 lines
387 B
Scheme
Executable File
<div class="FieldEditor <% if isReadonly %>readonly<% end_if %>" id="Fields">
|
|
|
|
<div class="FieldListHold">
|
|
<ul class="FieldList" id="Fields_fields">
|
|
<% control Fields %>
|
|
$EditSegment
|
|
<% end_control %>
|
|
</ul>
|
|
</div>
|
|
|
|
<% include AddField %>
|
|
|
|
<div class="FormOptions">
|
|
<h3>Form Options</h3>
|
|
<% control FormOptions %>
|
|
$FieldHolder
|
|
<% end_control %>
|
|
</div>
|
|
</div> |