mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Adapt view to use Fachbereichsleitung-DataView
This commit is contained in:
@@ -124,7 +124,14 @@ $this->load->view(
|
||||
<!-- Tabelle -->
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<?php $this->load->view('lehre/anrechnung/approveAnrechnungUebersichtData.php'); ?>
|
||||
<?php
|
||||
// Load configs
|
||||
$this->load->config('anrechnung');
|
||||
if ($this->config->item('fbl') === TRUE)
|
||||
$this->load->view('lehre/anrechnung/approveAnrechnungUebersichtData_fbl.php');
|
||||
else
|
||||
$this->load->view('lehre/anrechnung/approveAnrechnungUebersichtData.php');
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Genehmigen / Ablehnen Panel -->
|
||||
|
||||
Reference in New Issue
Block a user