i18n for GridField pagination footer (see #7798)

This commit is contained in:
Ingo Schommer 2012-08-26 23:20:59 +02:00
parent 2fab657fce
commit 8dccb7f7d7
1 changed files with 6 additions and 1 deletions

View File

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