silverstripe-framework/templates/Includes/GridFieldFooter.ss
2012-04-12 16:13:47 +12:00

9 lines
251 B
Scheme

<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>