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(