removes the import for userdata and profilUpdate from the old fhcapi which should be replaced by the new fhcapi

This commit is contained in:
SimonGschnell
2024-07-23 08:58:52 +02:00
parent 82417a7f6f
commit f207419859
2 changed files with 4 additions and 7 deletions
+4 -3
View File
@@ -12,9 +12,10 @@ $this->load->view('templates/CISHTML-Header', $includesArray);
<div class="fhc-header">
<h1><?= $this->p->t('tools', 'dokumente'); ?><small><?= $this->p->t('tools', 'bestaetigungenZeugnisse'); ?></small></h1>
</div>
<div class="row">
<div class="col<?= $selfservice ? '-8' : ''; ?>">
<!--<div class="col<?= $selfservice ? '-8' : ''; ?>">-->
<div class="col-lg-8">
<div class="fhc-table mb-3">
<div class="fhc-table-header d-flex align-items-center mb-2 gap-2">
<h3 class="h5 col m-0"><?= $this->p->t('tools', 'inskriptionsbestaetigung'); ?><?= $studienbuchblatt ? ' & ' . $this->p->t('tools', 'studienbuchblatt') : ''; ?></h3>
@@ -199,7 +200,7 @@ $this->load->view('templates/CISHTML-Header', $includesArray);
<?php } ?>
</div>
<?php if ($selfservice) { ?>
<div class="col-4">
<div class="col-lg-4">
<div class="alert alert-warning" role="alert">
<?= $this->p->t('tools', 'warnungDruckDigitaleSignatur'); ?>
</div>
-4
View File
@@ -1,11 +1,7 @@
import Search from "./search.js";
import Cms from "./cms.js";
import UserData from "./userdata.js";
import ProfilUpdate from "./profilUpdate.js"
export default {
"Search": Search,
"UserData": UserData,
"ProfilUpdate": ProfilUpdate,
"Cms": Cms,
};