From 551eeaa00441fddde755d200856bc49f13cd8955 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 6 Nov 2019 16:38:45 +0100 Subject: [PATCH 1/2] - infocenter: different color for onhold - applicants so they can be better distinguished in infocenter uebersicht from parked --- application/views/system/infocenter/infocenterData.php | 2 +- public/css/infocenter/infocenterPersonDataset.css | 5 +++++ public/js/infocenter/infocenterPersonDataset.js | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/application/views/system/infocenter/infocenterData.php b/application/views/system/infocenter/infocenterData.php index 49f0c7af6..37f2dcf71 100644 --- a/application/views/system/infocenter/infocenterData.php +++ b/application/views/system/infocenter/infocenterData.php @@ -394,7 +394,7 @@ if ($datasetRaw->OnholdDate != null) { - $mark = "text-success"; + $mark = "onhold"; } // Parking has priority over locking diff --git a/public/css/infocenter/infocenterPersonDataset.css b/public/css/infocenter/infocenterPersonDataset.css index 2e0edf07f..d6efe8a1d 100644 --- a/public/css/infocenter/infocenterPersonDataset.css +++ b/public/css/infocenter/infocenterPersonDataset.css @@ -4,4 +4,9 @@ hr.studiensemesterline { margin: 6px 6px; +} + +.onhold +{ + color: #00CD00 /* #00CD00 #CDAD00 #68228B #8A2BE2*/ } \ No newline at end of file diff --git a/public/js/infocenter/infocenterPersonDataset.js b/public/js/infocenter/infocenterPersonDataset.js index 45e30008c..33976fe6e 100644 --- a/public/js/infocenter/infocenterPersonDataset.js +++ b/public/js/infocenter/infocenterPersonDataset.js @@ -51,7 +51,7 @@ var InfocenterPersonDataset = { var legendHtml = ' Gesperrt    ' + ' Geparkt    ' + - ' Zurückgestellt'; + ' Zurückgestellt'; // userdefined Semestervariable shown independently of personcount, // it is possible to change the semester From f5a7c77707d53955a00376893fa18eb628fb182b Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 12 Nov 2019 10:51:17 +0100 Subject: [PATCH 2/2] =?UTF-8?q?infocenter=20=C3=9Cbersicht:=20changed=20co?= =?UTF-8?q?lor=20of=20onhold=20students=20to=20dark=20yellow,=20#CDAD00?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/infocenter/infocenterPersonDataset.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/infocenter/infocenterPersonDataset.css b/public/css/infocenter/infocenterPersonDataset.css index d6efe8a1d..621391e67 100644 --- a/public/css/infocenter/infocenterPersonDataset.css +++ b/public/css/infocenter/infocenterPersonDataset.css @@ -8,5 +8,5 @@ hr.studiensemesterline .onhold { - color: #00CD00 /* #00CD00 #CDAD00 #68228B #8A2BE2*/ + color: #CDAD00 } \ No newline at end of file