silverstripe-framework/templates/Includes/GridFieldFooter.ss
2015-07-22 14:17:03 +01:00

16 lines
387 B
Scheme

<tr>
<td class="bottom-all" colspan="$Colspan">
<% if $ShowRecordCount %>
<span class="pagination-records-number">
$FirstShownRecord -
$LastShownRecord
<%t TableListField_PageControls_ss.OF 'of' is 'Example: View 1 of 2' %>
$NumRecords
</span>
<% end_if %>
<% if $Message %>
<div class="datagrid-footer-message">$Message</div>
<% end_if %>
</td>
</tr>