mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
8 lines
382 B
Scheme
8 lines
382 B
Scheme
<% if $Checked %>
|
|
<div class="gridfield-sortablerows-movepage" colspan="$Colspan">
|
|
<a href="" class="sortablerows-psort-arrow sortablerows-prev-page"><i><%t GridFieldSortableRows.PREVIOUS 'Move to Previous Page' %></i></a>
|
|
|
|
<a href="" class="sortablerows-psort-arrow sortablerows-next-page"><i><%t GridFieldSortableRows.NEXT 'Move to Next Page' %></i></a>
|
|
</div>
|
|
<% end_if %>
|