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,13 +56,13 @@
<!-- 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">Singstimme</th>
<th class="d-none d-md-table-cell"> Mail</th>
<th class="d-none d-md-table-cell">Singstimme</th>
<th>Aktion</th>
</tr>
</thead>
@ -71,8 +71,8 @@
<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].singstimme}</td>
<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].singstimme}</td>
<td>
<a href="create_member.php?editcsid={$table_data[table_data].csid}" class="settings" title="Edit Member" data-toggle="tooltip"><i class="fas fa fa-cog"></i></a>
&nbsp;