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
18 lines
1015 B
Scheme
Executable File
18 lines
1015 B
Scheme
Executable File
<div class="EditableFormHeading EditableFormField" id="$Name.Attr">
|
|
<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/heading.png" alt="<% _t('HEADING', 'Heading 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">
|
|
<% control ExtraOptions %>
|
|
$FieldHolder
|
|
<% end_control %>
|
|
</div>
|
|
<input type="hidden" name="$Name.Attr[CustomParameter]" value="$CustomParameter" />
|
|
<input type="hidden" name="$Name.Attr[Type]" value="EditableFormHeading" />
|
|
<input type="hidden" name="$Name.Attr[Sort]" value="-1" />
|
|
</div>
|