Beispiel #1
0
')" style="cursor:pointer" title="next"><?php 
echo MM_Utils::getIcon('chevron-circle-right', 'light-blue', '1.4em', '1px');
?>
</a>
	of
	<?php 
echo $p->totalPages;
?>
	pages
	</span>
	
	<span style="margin-left: 30px;">
		Show 
		<select onchange="mmjs.dgSetResultSize(this)">
		<?php 
echo MM_HtmlUtils::getDataGridResultsCount($p->resultSize);
?>
		</select> 
		per page
	</span>
	
	<span style="margin-left: 30px;">
		<?php 
echo number_format($p->totalRecords);
?>
 <?php 
echo $p->recordName;
?>
 found
	</span>
</div>