mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
i18n for GridField pagination footer (see #7798)
This commit is contained in:
parent
2fab657fce
commit
8dccb7f7d7
@ -1,6 +1,11 @@
|
||||
<tr>
|
||||
<td class="bottom-all" colspan="$Colspan">
|
||||
<span class="pagination-records-number">$FirstShownRecord - $LastShownRecord of $NumRecords</span>
|
||||
<span class="pagination-records-number">
|
||||
$FirstShownRecord -
|
||||
$LastShownRecord
|
||||
<% _t('TableListField_PageControls.ss.OF', 'of', 'Example: View 1 of 2') %>
|
||||
$NumRecords
|
||||
</span>
|
||||
|
||||
<% if Message %>
|
||||
<div class="datagrid-footer-message">$Message</div>
|
||||
|
Loading…
Reference in New Issue
Block a user