Changed column order in selection

This commit is contained in:
Keanu D?lle 2020-12-30 16:23:01 +01:00
parent b53598860d
commit cd28997758

View File

@ -69,19 +69,19 @@
<table class="table table-striped table-hover">
<thead>
<tr>
<th scope="col">personnel number</th>
<th scope="col">first name</th>
<th scope="col">last name</th>
<th scope="col">date of birth</th>
<th scope="col">actions</th>
<th scope="col">Personalnummer</th>
<th scope="col">Nachname</th>
<th scope="col">Vorname</th>
<th scope="col">Geburtsdatum</th>
<th scope="col">Aktionen</th>
</tr>
</thead>
<tbody>
{{#each member_list}}
<tr>
<td>{{member.personnel_number}}</td>
<td>{{member.firstname}}</td>
<td>{{member.lastname}}</td>
<td>{{member.firstname}}</td>
<td>{{member.date_of_birth}}</td>
<td>{{#if read}}
<a href="/portal/mm/profile?action=view&id={{member.entity_id}}"><svg width="1.5em" height="1.5em" fill="currentColor">