2012-04-12 06:13:47 +02:00
|
|
|
<tr>
|
|
|
|
<td class="bottom-all" colspan="$Colspan">
|
2014-11-13 01:48:02 +01:00
|
|
|
<% if $ShowRecordCount %>
|
|
|
|
<span class="pagination-records-number">
|
2016-01-06 00:34:58 +01:00
|
|
|
$FirstShownRecord -
|
2014-11-13 01:48:02 +01:00
|
|
|
$LastShownRecord
|
2015-07-22 14:51:34 +02:00
|
|
|
<%t TableListField_PageControls_ss.OF 'of' is 'Example: View 1 of 2' %>
|
2014-11-13 01:48:02 +01:00
|
|
|
$NumRecords
|
|
|
|
</span>
|
|
|
|
<% end_if %>
|
2013-07-13 13:00:46 +02:00
|
|
|
<% if $Message %>
|
2012-04-12 06:13:47 +02:00
|
|
|
<div class="datagrid-footer-message">$Message</div>
|
|
|
|
<% end_if %>
|
|
|
|
</td>
|
2013-07-13 13:00:46 +02:00
|
|
|
</tr>
|