From 1c0b21cb74d0bc5003841e1fe3bf8e0398d5e8ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Mon, 31 Oct 2022 16:30:41 +0100 Subject: [PATCH] =?UTF-8?q?JS=20Includes=20Korrigiert=20f=C3=BCr=20Pr?= =?UTF-8?q?=C3=BCfungsprotokolle=20und=20UDFs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/lehre/pruefungsprotokoll.php | 81 ++++++++++--------- application/views/system/fas_udf.php | 51 ++++++------ 2 files changed, 68 insertions(+), 64 deletions(-) diff --git a/application/views/lehre/pruefungsprotokoll.php b/application/views/lehre/pruefungsprotokoll.php index 6179b5b25..208f2bdbb 100644 --- a/application/views/lehre/pruefungsprotokoll.php +++ b/application/views/lehre/pruefungsprotokoll.php @@ -1,46 +1,47 @@ load->view( - 'templates/FHC-Header', - array( - 'title' => 'Pruefungsprotokoll', - 'jquery3' => true, - 'jqueryui1' => true, - 'bootstrap3' => true, - 'fontawesome4' => true, - 'dialoglib' => true, - 'ajaxlib' => true, - 'sbadmintemplate3' => true, - 'phrases' => array( - 'abschlusspruefung' => array( - 'freigegebenAm', - 'pruefungGespeichert', - 'pruefungSpeichernFehler', - 'abschlussbeurteilungLeer', - 'beginnzeitLeer', - 'beginnzeitFormatError', - 'endezeitLeer', - 'endezeitFormatError', - 'endezeitBeforeError', - 'verfNotice' - ), - 'ui' => array( - 'stunde', - 'minute' - ) +$sitesettings = array( + 'title' => 'Pruefungsprotokoll', + 'jquery3' => true, + 'jqueryui1' => true, + 'bootstrap3' => true, + 'fontawesome4' => true, + 'dialoglib' => true, + 'ajaxlib' => true, + 'sbadmintemplate3' => true, + 'phrases' => array( + 'abschlusspruefung' => array( + 'freigegebenAm', + 'pruefungGespeichert', + 'pruefungSpeichernFehler', + 'abschlussbeurteilungLeer', + 'beginnzeitLeer', + 'beginnzeitFormatError', + 'endezeitLeer', + 'endezeitFormatError', + 'endezeitBeforeError', + 'verfNotice' ), - 'customCSSs' => array( - 'public/css/sbadmin2/admintemplate_contentonly.css', - 'vendor/fgelinas/timepicker/jquery.ui.timepicker.css', - 'public/css/lehre/pruefungsprotokoll.css' - ), - 'customJSs' => array( - 'vendor/fgelinas/timepicker/jquery.ui.timepicker.js', - 'public/js/lehre/pruefungsprotokoll.js' + 'ui' => array( + 'stunde', + 'minute' ) + ), + 'customCSSs' => array( + 'public/css/sbadmin2/admintemplate_contentonly.css', + 'vendor/fgelinas/timepicker/jquery.ui.timepicker.css', + 'public/css/lehre/pruefungsprotokoll.css' + ), + 'customJSs' => array( + 'vendor/fgelinas/timepicker/jquery.ui.timepicker.js', + 'public/js/lehre/pruefungsprotokoll.js' ) ); + +$this->load->view( + 'templates/FHC-Header', + $sitesettings +); ?> -
@@ -230,4 +231,8 @@ $this->load->view(
- +load->view( + 'templates/FHC-Footer', + $sitesettings +); diff --git a/application/views/system/fas_udf.php b/application/views/system/fas_udf.php index 5ee8c9bfe..6d3c710ca 100644 --- a/application/views/system/fas_udf.php +++ b/application/views/system/fas_udf.php @@ -1,28 +1,30 @@ load->view( - 'templates/FHC-Header', - array( - 'title' => 'InfocenterDetails', - 'jquery3' => true, - 'bootstrap3' => true, - 'fontawesome4' => true, - 'jqueryui1' => true, - 'dialoglib' => true, - 'ajaxlib' => true, - 'udfs' => true, - 'widgets' => true, - 'sbadmintemplate3' => true, - 'customCSSs' => array( - 'public/css/sbadmin2/admintemplate.css' - ), - 'customJSs' => array( - 'public/js/bootstrapper.js' - ) - ) - ); +$sitesettings = array( + 'title' => 'InfocenterDetails', + 'jquery3' => true, + 'bootstrap3' => true, + 'fontawesome4' => true, + 'jqueryui1' => true, + 'dialoglib' => true, + 'ajaxlib' => true, + 'udfs' => true, + 'widgets' => true, + 'sbadmintemplate3' => true, + 'customCSSs' => array( + 'public/css/sbadmin2/admintemplate.css' + ), + 'customJSs' => array( + 'public/js/bootstrapper.js' + ) +); + +$this->load->view( + 'templates/FHC-Header', + $sitesettings +); ?> - +
@@ -104,7 +106,4 @@
- - -load->view("templates/footer"); ?> - +load->view("templates/FHC-Footer", $sitesettings); ?>