mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
fea4042c3c
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@47832 467b73ca-7a2a-4603-9d3b-597d59a354a9
21 lines
1.0 KiB
Scheme
Executable File
21 lines
1.0 KiB
Scheme
Executable File
<div id="$Name.Attr" class="EditableDateField EditableFormField">
|
|
<div class="FieldInfo">
|
|
<img class="handle" src="sapphire/images/drag.gif" alt="<% _t('DRAG', 'Drag to rearrange order of fields') %>" />
|
|
<img class="icon" src="sapphire/images/fe_icons/date-time.png" alt="<% _t('DATE', 'Date Field') %>" />
|
|
$TitleField
|
|
<a class="toggler" href="#" title="<% _t('MORE', 'More options') %>"><img src="cms/images/edit.gif" alt="<% _t('MORE', 'More options') %>" /></a>
|
|
<a class="delete" href="#" title="<% _t('DELETE', 'Delete this field') %>"><img src="cms/images/delete.gif" alt="<% _t('DELETE', '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>
|