sortablegridfield/templates/Includes/GridFieldSortableRows.ss

10 lines
414 B
Scheme
Raw Normal View History

2012-05-09 19:14:34 +02:00
<tr>
<th class="extra sortablerowsheading" colspan="$Colspan">
<div class="gridfield-sortablerows">
2013-10-24 23:13:29 +02:00
<input type="checkbox" id="{$ID}_AllowDragDropCheck" value="1" class="no-change-track"$Checked/> <label for="{$ID}_AllowDragDropCheck"><%t GridFieldSortableRows.ALLOW_DRAG_DROP "Allow drag and drop re-ordering" %></label>
$SortableToggle
$SortOrderSave
2012-05-17 03:37:08 +02:00
$SortToPage
</div>
</th>
2012-05-09 19:14:34 +02:00
</tr>