2011-12-06 01:56:24 +01:00
|
|
|
<tr>
|
|
|
|
<td class="bottom-all" colspan="$Colspan">
|
2012-05-18 01:18:55 +02:00
|
|
|
<% if $OnlyOnePage %>
|
|
|
|
<% else %>
|
|
|
|
<div class="datagrid-pagination">
|
2012-08-10 00:30:32 +02:00
|
|
|
$FirstPage $PreviousPage
|
|
|
|
<span class="pagination-page-number">
|
|
|
|
<% _t('Pagination.Page', 'Page') %>
|
|
|
|
<input class="text" value="$CurrentPageNum" data-skip-autofocus="true" />
|
|
|
|
<% _t('TableListField_PageControls.ss.OF', 'of', 'Example: View 1 of 2') %>
|
|
|
|
$NumPages
|
|
|
|
</span>
|
|
|
|
$NextPage $LastPage
|
2012-05-18 01:18:55 +02:00
|
|
|
</div>
|
|
|
|
<% end_if %>
|
2012-08-10 00:30:32 +02:00
|
|
|
<span class="pagination-records-number">
|
|
|
|
<% _t('Pagination.View', 'View', 'Verb. Example: View 1 of 2') %>
|
2012-09-25 05:55:59 +02:00
|
|
|
{$FirstShownRecord}–{$LastShownRecord}
|
2012-08-10 00:30:32 +02:00
|
|
|
<% _t('TableListField_PageControls.ss.OF', 'of', 'Example: View 1 of 2') %>
|
|
|
|
$NumRecords
|
|
|
|
</span>
|
2011-12-06 01:56:24 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|