Newer
Older
WebMCR / upload / themes / default / modules / admin / logs / log-list.html
@Qexy Qexy on 26 Feb 2016 749 bytes Big update to Beta 1.0
<form method="post" class="panel-logs" action="<?php echo ADMIN_URL; ?>&do=logs&op=delete">
	<div class="form-block">

		<div class="block-header">
			<div class="block-name"><?php echo $this->lng_m['logs_views']; ?></div>
		</div>

		<div class="block-line"></div>

		<table class="table table-striped table table-hover">
			<thead>
				<tr>
					<th>#</th>
					<th><?php echo $this->lng_m['logs_user']; ?></th>
					<th><?php echo $this->lng_m['logs_action']; ?></th>
					<th><?php echo $this->lng_m['logs_date']; ?></th>
				</tr>
			</thead>

			<tbody>
				<?php echo $data['LOGS']; ?>
			</tbody>
		</table>
	</div>

	<div class="form-block actions">
		<?php echo $data['PAGINATION']; ?>
		<div class="right-act">
		</div>
		
	</div>
</form>