little adjustments and migrations

This commit is contained in:
SimonGschnell
2024-03-15 15:02:17 +01:00
parent 5ecac3cb99
commit 83ccc93305
5 changed files with 6 additions and 7 deletions
@@ -6,6 +6,7 @@ $this->load->view(
'jquery3' => true,
'jqueryui1' => true,
'bootstrap5' => true,
'cis'=>true,
'fontawesome4' => true,
'ajaxlib' => true,
'dialoglib' => true,
@@ -66,7 +67,7 @@ $this->load->view(
<div class="container-fluid">
<!-- header -->
<div class="row">
<div class="col-12 my-4 page-header border-bottom">
<div class="col-12 my-4 border-bottom">
<h3 class="fw-normal ">
<?php echo $this->p->t('anrechnung', 'anrechnungenGenehmigen'); ?>
<small class="text-secondary fs-6">| <?php echo $this->p->t('global', 'detailsicht'); ?></small>
@@ -96,7 +96,7 @@ $this->load->view(
<div class="container-fluid">
<!-- header -->
<div class="row">
<div class="col-12 my-4 page-header border-bottom">
<div class="col-12 my-4 border-bottom">
<h3 class="fw-normal ">
<?php echo $this->p->t('anrechnung', 'anrechnungenGenehmigen'); ?>
<small class="text-secondary fs-6">| <?php echo ucfirst($this->p->t('global', 'uebersicht')); ?></small>
@@ -73,7 +73,7 @@ $this->load->view(
<div class="container-fluid">
<!-- header -->
<div class="row">
<div class="col-12 my-4 page-header border-bottom">
<div class="col-12 my-4 border-bottom">
<h3 class="fw-normal">
<?php echo $this->p->t('anrechnung', 'anerkennungNachgewiesenerKenntnisse'); ?>
<small class="text-secondary fs-6">| <?php echo $this->p->t('anrechnung', 'antragStellen'); ?></small>
+1 -3
View File
@@ -572,12 +572,10 @@ var FHC_TableWidget = {
if (data.hasOwnProperty("dataset") && $.isArray(data.dataset))
{
if (options == null) options = {};
console.log("header tooltips here:",options.columnDefaults.tooltipsHeader);
console.log("tooltips here:",options.columnDefaults.tooltip);
options.columnDefaults={
// set header tooltip with column title
//! the old keyword is tooltipsHeader, the new keyword for the option is headerTooltip
headerTooltip: (typeof options.columnDefaults.tooltipsHeader == 'undefined') ? true : options.columnDefaults.tooltipsHeader
headerTooltip: (typeof options.columnDefaults?.tooltipsHeader == 'undefined') ? true : options.columnDefaults?.tooltipsHeader
}
options.columns = arrayTabulatorColumns;
options.data = data.dataset;
@@ -260,7 +260,7 @@ $(function(){
// tableInit is called in the jquery_wrapper when the tableBuilt event was finished
$(document).on("tableInit", function(event,tabulatorInstance) {
console.log("instance",tabulatorInstance);
func_tableBuilt($("#tableWidgetTabulator"))
// event rowSelectionChanged now has to be attached to the tabulator after instantiation and after the tableBuilt event