mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
- infocenter: different color for onhold - applicants so they can be better distinguished in infocenter uebersicht from parked
This commit is contained in:
@@ -394,7 +394,7 @@
|
||||
|
||||
if ($datasetRaw->OnholdDate != null)
|
||||
{
|
||||
$mark = "text-success";
|
||||
$mark = "onhold";
|
||||
}
|
||||
|
||||
// Parking has priority over locking
|
||||
|
||||
@@ -4,4 +4,9 @@
|
||||
hr.studiensemesterline
|
||||
{
|
||||
margin: 6px 6px;
|
||||
}
|
||||
|
||||
.onhold
|
||||
{
|
||||
color: #00CD00 /* #00CD00 #CDAD00 #68228B #8A2BE2*/
|
||||
}
|
||||
@@ -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