Suche Cis: Wahlname vor Vorname, kein Hinweis auf Wahlname

This commit is contained in:
ma0068
2022-06-02 14:07:58 +02:00
parent 956e3804bc
commit e2b3dbda7b
+2 -2
View File
@@ -155,7 +155,7 @@ function searchPerson($searchItems)
<thead>
<tr>
<th>',$p->t('global/anrede'),'</th>
<th>',$p->t('global/vorname'), ' (' . $p->t('global/wahlname'), ')','</th>
<th>',$p->t('global/vorname'),'</th>
<th>',$p->t('global/nachname'),'</th>
<th>',$p->t('global/studiengang'),'</th>
<th>',$p->t('freebusy/typ'),'</th>
@@ -180,7 +180,7 @@ function searchPerson($searchItems)
echo '<td>',$row->anrede,'</td>';
if ($row->wahlname)
echo '<td>',$row->vorname, ' (' ,$row->wahlname, ')</td>';
echo '<td>',$row->wahlname, ' ' ,$row->vorname, '</td>';
else
echo '<td>',$row->vorname, '</td>';