mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
21 lines
934 B
Scheme
21 lines
934 B
Scheme
|
<div id="$Name.Attr" class="EditableDateField EditableFormField">
|
||
|
<div class="FieldInfo">
|
||
|
<img class="handle" src="sapphire/images/drag.gif" alt="Drag to rearrange order of fields" />
|
||
|
<img class="icon" src="sapphire/images/fe_icons/date-time.png" alt="Date Field" />
|
||
|
$TitleField
|
||
|
<a class="toggler" href="#" title="More options"><img src="cms/images/edit.gif" alt="More options" /></a>
|
||
|
<a class="delete" href="#" title="Delete this field"><img src="cms/images/delete.gif" alt="Delete this field" /></a>
|
||
|
</div>
|
||
|
<div class="ExtraOptions" id="$Name.Attr-extraOptions">
|
||
|
<div class="FieldDefault">
|
||
|
$DefaultField
|
||
|
</div>
|
||
|
<% control ExtraOptions %>
|
||
|
$FieldHolder
|
||
|
<% end_control %>
|
||
|
</div>
|
||
|
<input type="hidden" name="$Name.Attr[CustomParameter]" value="$CustomParameter" />
|
||
|
<input type="hidden" name="$Name.Attr[Type]" value="EditableDateField" />
|
||
|
<input type="hidden" name="$Name.Attr[Sort]" value="-1" />
|
||
|
</div>
|