Skip to content

Commit

Permalink
i18n for GridField pagination footer (see #7798)
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Aug 26, 2012
1 parent 2fab657 commit 8dccb7f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion templates/Includes/GridFieldFooter.ss
@@ -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>
Expand Down

0 comments on commit 8dccb7f

Please sign in to comment.