Feintuning HTML
This commit is contained in:
@ -56,14 +56,14 @@
|
||||
|
||||
|
||||
<!-- https://datatables.net/download/release -->
|
||||
<table id="myTable" class="table table-striped table-bordered table-responsive table-hover" >
|
||||
<table id="myTable" class="table table-striped table-bordered table-hover" >
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Vorname</th>
|
||||
<th>Nachname</th>
|
||||
<th class="d-none d-lg-table-cell"> Mail</th>
|
||||
<th class="d-none d-lg-table-cell">Letzter Login</th>
|
||||
<th class="d-none d-lg-table-cell">Status</th>
|
||||
<th class="d-none d-md-table-cell"> Mail</th>
|
||||
<th class="d-none d-md-table-cell">Letzter Login</th>
|
||||
<th class="d-none d-md-table-cell">Status</th>
|
||||
<th>Aktion</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -72,9 +72,9 @@
|
||||
<tr>
|
||||
<td>{$table_data[table_data].vorname}</td>
|
||||
<td>{$table_data[table_data].nachname}</td>
|
||||
<td class="d-none d-lg-table-cell">{$table_data[table_data].mail}</td>
|
||||
<td class="d-none d-lg-table-cell">{$table_data[table_data].last_login}</td>
|
||||
<td class="d-none d-lg-table-cell">
|
||||
<td class="d-none d-md-table-cell">{$table_data[table_data].mail}</td>
|
||||
<td class="d-none d-md-table-cell">{$table_data[table_data].last_login}</td>
|
||||
<td class="d-none d-md-table-cell">
|
||||
<!--
|
||||
# 4 Neu
|
||||
# 3 Deaktiviert
|
||||
|
Reference in New Issue
Block a user