sortablegridfield/templates/SortableGridField/Forms/Includes/GridFieldSortableRows.ss

11 lines
490 B
Scheme
Raw Normal View History

2012-05-09 19:14:34 +02:00
<tr>
2017-07-04 15:20:29 +02:00
<td class="sortablerowsheading" colspan="$Colspan">
<div class="gridfield-sortablerows">
<input type="checkbox" id="{$ID}_AllowDragDropCheck" value="1" autocomplete="off" class="no-change-track<% if $DisableSelection %> gridfield-sortablerows-noselection<% end_if %>"$Checked/>
<label for="{$ID}_AllowDragDropCheck"><%t GridFieldSortableRows.ALLOW_DRAG_DROP "Allow drag and drop re-ordering" %></label>
$SortableToggle
$SortOrderSave
$SortToPage
</div>
2017-07-04 15:20:29 +02:00
</td>
2012-05-09 19:14:34 +02:00
</tr>