developer/template/New/admin/admin_logs.tpl
2020-07-13 23:29:18 +02:00

36 lines
1.4 KiB
Smarty

<section class="content-header">
<h1><?php echo $gsprache->logs;?></h1>
<ol class="breadcrumb">
<li><a href="admin.php"><i class="fa fa-home"></i> Home</a></li>
<li class="active"><i class="fa fa-list-alt"></i> <?php echo $gsprache->logs;?></li>
</ol>
</section>
<section class="content">
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div class="box-body table-responsive">
<table id="dataTable" class="table table-bordered table-hover">
<thead>
<tr>
<th><?php echo $sprache->date;?></th>
<th><?php echo $sprache->account;?></th>
<th><?php echo $sprache->action;?></th>
<th><?php echo $sprache->ip;?></th>
</tr>
</thead>
<tfoot>
<tr>
<th><?php echo $sprache->date;?></th>
<th><?php echo $sprache->account;?></th>
<th><?php echo $sprache->action;?></th>
<th><?php echo $sprache->ip;?></th>
</tr>
</tfoot>
</table>
</div>
</div>
</div>
</div>
</section>