diff --git a/application/views/lehre/anrechnung/approveAnrechnungUebersicht.php b/application/views/lehre/anrechnung/approveAnrechnungUebersicht.php index 988d6c227..cf5f4b363 100644 --- a/application/views/lehre/anrechnung/approveAnrechnungUebersicht.php +++ b/application/views/lehre/anrechnung/approveAnrechnungUebersicht.php @@ -5,11 +5,12 @@ $this->load->view( 'title' => $this->p->t('anrechnung', 'anrechnungenGenehmigen'), 'jquery3' => true, 'jqueryui1' => true, - 'bootstrap3' => true, + 'bootstrap5' => true, 'fontawesome4' => true, 'tabulator4' => true, 'ajaxlib' => true, 'dialoglib' => true, + 'cis'=>true, 'tablewidget' => true, 'phrases' => array( 'global' => array( @@ -80,7 +81,7 @@ $this->load->view( ) ), 'customJSs' => array( - 'public/js/bootstrapper.js', + //'public/js/bootstrapper5.js', 'public/js/lehre/anrechnung/approveAnrechnungUebersicht.js' ) ) @@ -89,20 +90,23 @@ $this->load->view(