mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
- infocenter: different color for onhold - applicants so they can be better distinguished in infocenter uebersicht from parked
This commit is contained in:
@@ -51,7 +51,7 @@ var InfocenterPersonDataset = {
|
||||
|
||||
var legendHtml = '<i class="fa fa-circle text-danger"></i> Gesperrt ' +
|
||||
'<i class="fa fa-circle text-info"></i> Geparkt ' +
|
||||
'<i class="fa fa-circle text-success"></i> Zurückgestellt';
|
||||
'<i class="fa fa-circle onhold"></i> Zurückgestellt';
|
||||
|
||||
// userdefined Semestervariable shown independently of personcount,
|
||||
// it is possible to change the semester
|
||||
|
||||
Reference in New Issue
Block a user