mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
first template for the hr view to accept or deny profil update requests
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
$includesArray = ['title'=> 'Profil Änderungen',
|
||||
'customJSModules'=> ['public/js/apps/Cis/ProfilUpdateRequests.js'],
|
||||
'tabulator5'=> true,
|
||||
'customCSSs'=>['public/css/components/FilterComponent.css'],
|
||||
];
|
||||
|
||||
$this->load->view('templates/CISHTML-Header',$includesArray);
|
||||
?>
|
||||
|
||||
<div id="content">
|
||||
|
||||
</div>
|
||||
|
||||
<?php $this->load->view('templates/CISHTML-Footer',$includesArray); ?>
|
||||
Reference in New Issue
Block a user