Feintuning HTML
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user