From 5ecac3cb998be5284686098d55a949ebc1aca7de Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Fri, 15 Mar 2024 15:01:55 +0100 Subject: [PATCH] migrates createAnrechnung to bootstrap 5 and tabulator 5 --- .../lehre/anrechnung/createAnrechnung.php | 78 +++++++++---------- .../lehre/anrechnung/createAnrechnungData.php | 12 +-- .../js/lehre/anrechnung/createAnrechnung.js | 36 ++++++++- 3 files changed, 76 insertions(+), 50 deletions(-) diff --git a/application/views/lehre/anrechnung/createAnrechnung.php b/application/views/lehre/anrechnung/createAnrechnung.php index e3cc9cad1..0ed7a8027 100644 --- a/application/views/lehre/anrechnung/createAnrechnung.php +++ b/application/views/lehre/anrechnung/createAnrechnung.php @@ -5,11 +5,13 @@ $this->load->view( 'title' => $this->p->t('anrechnung', 'neueAnrechnung'), 'jquery3' => true, 'jqueryui1' => true, - 'bootstrap3' => true, + 'bootstrap5' => true, 'fontawesome4' => true, 'ajaxlib' => true, 'dialoglib' => true, - 'tabulator4' => true, + 'tabulator5' => true, + 'tabulator5JQuery' => true, + 'cis'=>true, 'tablewidget' => true, 'phrases' => array( 'global' => array( @@ -42,20 +44,20 @@ $this->load->view(
-
-