mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
11 lines
496 B
Scheme
11 lines
496 B
Scheme
<tr>
|
|
<th class="extra 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>
|
|
</th>
|
|
</tr> |