sortablegridfield/templates/Includes/GridFieldSortableRows_paginator.ss
Ed Chipman 089d4e796d Re-enabled check for if the sort checkbox is enabled
Re-enabled removal code if the page sort does not have a previous and/or
next

Spacing corrections
2015-09-06 20:48:10 -03:00

8 lines
386 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 %>