Blame view

framework/templates/Includes/GridFieldFooter.ss 391 Bytes
0084d336   Administrator   Importers CRUD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  <tr>
  	<td class="bottom-all" colspan="$Colspan">
  		<% if $ShowRecordCount %>
  			<span class="pagination-records-number">
  				$FirstShownRecord - 
  				$LastShownRecord
  				<% _t('TableListField_PageControls_ss.OF', 'of', 'Example: View 1 of 2') %>
  				$NumRecords
  			</span>
  		<% end_if %>
  		<% if $Message %>
  		<div class="datagrid-footer-message">$Message</div>
  		<% end_if %>
  	</td>
  </tr>