diff --git a/application/views/lehre/lehrauftrag/approveLehrauftrag.php b/application/views/lehre/lehrauftrag/approveLehrauftrag.php index 300d1314d..3ee1934f5 100644 --- a/application/views/lehre/lehrauftrag/approveLehrauftrag.php +++ b/application/views/lehre/lehrauftrag/approveLehrauftrag.php @@ -6,10 +6,12 @@ $this->load->view( 'jquery3' => true, 'jqueryui1' => true, 'jquerycheckboxes1' => true, - 'bootstrap3' => true, + 'bootstrap5' => true, 'fontawesome4' => true, 'sbadmintemplate3' => true, - 'tabulator4' => true, + 'tabulator5' => true, + 'tabulator5JQuery' => true, + 'cis'=>true, 'momentjs2' => true, 'ajaxlib' => true, 'dialoglib' => true, @@ -88,9 +90,13 @@ $this->load->view( ) ), 'customJSs' => array( - 'public/js/bootstrapper.js', + 'public/js/lehre/lehrauftrag/approveLehrauftrag.js' - ) + ), + 'customCSSs' => array( + + 'public/css/navbar.css' + ) ) ); ?> diff --git a/application/views/lehre/lehrauftrag/approveLehrauftragData.php b/application/views/lehre/lehrauftrag/approveLehrauftragData.php index 4f0c61193..5a9323108 100644 --- a/application/views/lehre/lehrauftrag/approveLehrauftragData.php +++ b/application/views/lehre/lehrauftrag/approveLehrauftragData.php @@ -346,7 +346,6 @@ $filterWidgetArray = array( layout: "fitColumns", // fit columns to width of table layoutColumnsOnNewData: true, // ajust column widths to the data each time TableWidget is loaded autoResize: false, // prevent auto resizing of table (false to allow adapting table size when cols are (de-)activated - headerFilterPlaceholder: " ", groupBy:"lehrveranstaltung_id", groupToggleElement:"header", //toggle group on click anywhere in the group header groupHeader: function(value, count, data, group){ @@ -361,22 +360,16 @@ $filterWidgetArray = array( return func_selectableCheck(row); }, initialFilter: func_initialFilter(), - rowUpdated:function(row){ - func_rowUpdated(row); - }, rowFormatter:function(row) { func_rowFormatter(row); - }, - renderStarted:function(){ - func_renderStarted(this); - }, - tableBuilt: function(){ - func_tableBuilt(this); }, tableWidgetFooter: { selectButtons: true - } + }, + columnDefaults:{ + headerFilterPlaceholder: " ", + } }', // tabulator properties 'datasetRepFieldsDefs' => '{ // column status is built dynamically in funcTableBuilt(), diff --git a/application/views/widgets/navigation.php b/application/views/widgets/navigation.php index efc953f5f..b49e4ce61 100644 --- a/application/views/widgets/navigation.php +++ b/application/views/widgets/navigation.php @@ -1,4 +1,4 @@ -