mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
9 lines
401 B
Scheme
9 lines
401 B
Scheme
<tr>
|
|
<td class="bottom-all" colspan="$Colspan">
|
|
<div class="datagrid-pagination">
|
|
$FirstPage $PreviousPage <span class="pagination-page-number">Page <input class="text" value="$CurrentPageNum" data-skip-autofocus="true" /> of $NumPages</span> $NextPage $LastPage
|
|
</div>
|
|
|
|
<span class="pagination-records-number">View $FirstShownRecord - $LastShownRecord of $NumRecords</span>
|
|
</td>
|
|
</tr> |