Feintuning HTML

This commit is contained in:
aschwarz
2023-04-05 11:21:59 +02:00
parent fa27a1c82f
commit 892e8f779c
5 changed files with 35 additions and 34 deletions

View File

@ -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