first template for the hr view to accept or deny profil update requests

This commit is contained in:
Simon Gschnell
2024-01-03 14:38:40 +01:00
parent ddab42123b
commit d412c1d00e
7 changed files with 144 additions and 8 deletions
+15
View File
@@ -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); ?>