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>