From 4472868fcdb7d6ad5cc06894b43798e90a326ffb Mon Sep 17 00:00:00 2001 From: Cris Date: Wed, 2 Oct 2019 17:11:32 +0200 Subject: [PATCH] Created GUI for Vertragdetails in FAS LektorInnenzuteilung Added groupbox with the contract details: . status . stunden (of original version of contract) . studiensemester (of original version of contract) The display is determined by global config value. --- .../lehrveranstaltungdetailoverlay.xul.php | 44 +++++++++++++++++-- 1 file changed, 40 insertions(+), 4 deletions(-) diff --git a/content/lvplanung/lehrveranstaltungdetailoverlay.xul.php b/content/lvplanung/lehrveranstaltungdetailoverlay.xul.php index de6c7cf17..10053102d 100644 --- a/content/lvplanung/lehrveranstaltungdetailoverlay.xul.php +++ b/content/lvplanung/lehrveranstaltungdetailoverlay.xul.php @@ -35,6 +35,9 @@ $rechte->getBerechtigungen($user); echo ''; +// Vertragsdetails: Anzeige wird über config Eintrag bestimmt +$is_hidden = (!defined('FAS_LV_LEKTORINNENZUTEILUNG_VERTRAGSDETAILS_ANZEIGEN') || FAS_LV_LEKTORINNENZUTEILUNG_VERTRAGSDETAILS_ANZEIGEN == true) ? 'false' : 'true'; + ?> '; - + - + - - + + + +