From 464799d22b45d7b0ef2d581a52a933ac4ddda2c1 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Wed, 6 Mar 2024 14:46:21 +0100 Subject: [PATCH] tabulator upgrade --- .../approveAnrechnungUebersicht.php | 74 ++++++++++--------- .../approveAnrechnungUebersichtData.php | 6 +- application/views/templates/FHC-Footer.php | 1 + public/js/TableWidget.js | 1 + .../anrechnung/approveAnrechnungUebersicht.js | 21 ++++-- 5 files changed, 62 insertions(+), 41 deletions(-) diff --git a/application/views/lehre/anrechnung/approveAnrechnungUebersicht.php b/application/views/lehre/anrechnung/approveAnrechnungUebersicht.php index cf5f4b363..71e4ac1e7 100644 --- a/application/views/lehre/anrechnung/approveAnrechnungUebersicht.php +++ b/application/views/lehre/anrechnung/approveAnrechnungUebersicht.php @@ -7,7 +7,8 @@ $this->load->view( 'jqueryui1' => true, 'bootstrap5' => true, 'fontawesome4' => true, - 'tabulator4' => true, + 'tabulator5' => true, + 'tabulator5JQuery' => true, 'ajaxlib' => true, 'dialoglib' => true, 'cis'=>true, @@ -83,6 +84,9 @@ $this->load->view( 'customJSs' => array( //'public/js/bootstrapper5.js', 'public/js/lehre/anrechnung/approveAnrechnungUebersicht.js' + ), + 'customCSSs' => array( + 'public/css/lehre/anrechnung.css' ) ) ); @@ -129,65 +133,67 @@ $this->load->view(
-
+
load->view('lehre/anrechnung/approveAnrechnungUebersichtData.php'); ?>
-