mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Suche Cis: Wahlname vor Vorname, kein Hinweis auf Wahlname
This commit is contained in:
@@ -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>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user