mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Studienordnung Verwaltung: Bei Auswahl des Akademischen Grad wird zusätzlich zur Kurzbezeichnung der Titel angezeigt
This commit is contained in:
@@ -139,7 +139,7 @@ switch($method)
|
||||
$selected=' selected';
|
||||
else
|
||||
$selected='';
|
||||
echo '<option value="'.$row->akadgrad_id.'"'.$selected.'>'.$row->akadgrad_kurzbz.'</option>';
|
||||
echo '<option value="'.$row->akadgrad_id.'"'.$selected.'>'.$row->akadgrad_kurzbz.' - '.$row->titel.'</option>';
|
||||
}
|
||||
echo '
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user