From 5fe28e4904ec1be64b67f83eda986fa4311cf2f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 21 Feb 2019 10:37:32 +0100 Subject: [PATCH 1/2] Removed Header Styling from default Header --- application/views/person/gradelist/gradelist.php | 3 ++- application/views/templates/FHC-Header.php | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/application/views/person/gradelist/gradelist.php b/application/views/person/gradelist/gradelist.php index f00978294..c6aaaa2f8 100644 --- a/application/views/person/gradelist/gradelist.php +++ b/application/views/person/gradelist/gradelist.php @@ -9,7 +9,8 @@ 'fontawesome' => true, 'ajaxlib' => true, 'customCSSs' => array( - 'public/css/tools/gradelist.css' + 'public/css/tools/gradelist.css', + 'public/css/fhcomplete.css' ), 'customJSs' => array( 'public/js/bootstrapper.js' diff --git a/application/views/templates/FHC-Header.php b/application/views/templates/FHC-Header.php index 6a96eb6f9..2c9768a50 100644 --- a/application/views/templates/FHC-Header.php +++ b/application/views/templates/FHC-Header.php @@ -93,8 +93,6 @@ // NavigationWidget CSS if ($navigationwidget === true) generateCSSsInclude('public/css/NavigationWidget.css'); - generateCSSsInclude('public/css/fhcomplete.css'); - // Eventually required CSS generateCSSsInclude($customCSSs); // Eventually required CSS From 1474400a3c1f1b2c46956acd1a58f4e627e2e672 Mon Sep 17 00:00:00 2001 From: Andreas Oesterreicher Date: Thu, 21 Feb 2019 11:29:58 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Zusatztext=20f=C3=BCr=20Lehrg=C3=A4nge=20wi?= =?UTF-8?q?rd=20jetzt=20auch=20erstellt=20wenn=20der=20Lehrgang=20mit=20Ty?= =?UTF-8?q?p=20E=20erfasst=20ist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rdf/diplomasupplement.xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf/diplomasupplement.xml.php b/rdf/diplomasupplement.xml.php index d40f9afc3..4f2e66a58 100644 --- a/rdf/diplomasupplement.xml.php +++ b/rdf/diplomasupplement.xml.php @@ -291,7 +291,7 @@ if (isset($_REQUEST["xmlformat"]) && $_REQUEST["xmlformat"] == "xml") echo ' Doktoratsstudium (UNESCO ISCED 8)'; echo ' University doctoral studies (UNESCO ISCED 8)'; } - elseif($row->typ=='l' || $row->typ=='k') + elseif($row->typ=='l' || $row->typ=='k' || $row->typ=='e') { echo ' UNESCO ISCED 7'; echo ' Lehrgang zur Weiterbildung nach ยง9 FHStG idgF.';