silverstripe-framework/templates/Includes/GridFieldFooter.ss

9 lines
251 B
Scheme
Raw Normal View History

<tr>
<td class="bottom-all" colspan="$Colspan">
<span class="pagination-records-number">$FirstShownRecord - $LastShownRecord of $NumRecords</span>
<% if Message %>
<div class="datagrid-footer-message">$Message</div>
<% end_if %>
</td>
</tr>