mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
removes the import for userdata and profilUpdate from the old fhcapi which should be replaced by the new fhcapi
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user