silverstripe-framework/templates/SilverStripe/Forms/GridField/GridFieldFooter.ss
Damian Mooyman 8dd644d25d
API Namespace all classes
Namespace all templates
Move difflib and BBCodeParser2 to thirdparty
Remove deprecated API marked for removal in 4.0
2016-09-08 10:23:17 +12:00

16 lines
386 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>