'InfocenterDetails',
'jquery3' => true,
'bootstrap3' => true,
'fontawesome4' => true,
'jqueryui1' => true,
'dialoglib' => true,
'ajaxlib' => true,
'tablesorter2' => true,
'tinymce5' => true,
'sbadmintemplate3' => true,
'addons' => true,
'navigationwidget' => true,
'udfs' => true,
'widgets' => true,
'customCSSs' => array(
'public/css/sbadmin2/admintemplate.css',
'public/css/sbadmin2/tablesort_bootstrap.css',
'public/css/infocenter/infocenterDetails.css'
),
'customJSs' => array(
'public/js/bootstrapper.js',
'public/js/tablesort/tablesort.js',
'public/js/infocenter/messageList.js',
'public/js/infocenter/infocenterDetails.js',
'public/js/infocenter/rueckstellung.js',
'public/js/infocenter/zgvUeberpruefung.js',
'public/js/infocenter/docUeberpruefung.js',
'public/js/infocenter/stammdaten.js',
'public/js/infocenter/personcheck.js'
),
'phrases' => array(
'infocenter',
'ui',
'global'
)
);
$this->load->view('templates/FHC-Header', $includesArray);
?>
widgetlib->widget('NavigationWidget'); ?>
load->view('system/infocenter/personCheck.php', array('unruly' => $unruly, 'duplicate' => $duplicate)); ?>
p->t('global', 'stammdaten')) ?>
load->view('system/infocenter/stammdaten.php'); ?>
load->view('system/infocenter/anmerkungenZurBewerbung.php'); ?>
p->t('infocenter', 'dokumentenpruefung')) ?>
load->view('system/infocenter/dokpruefung.php'); ?>
load->view('system/infocenter/dokNachzureichend.php'); ?>
p->t('infocenter', 'zgv').' - '.ucfirst($this->p->t('lehre', 'pruefung'))?>
load->view('system/infocenter/zgvpruefungen.php'); ?>
p->t('global', 'nachrichten')) ?>
load->view('system/infocenter/messageList.php', $messages);
?>
p->t('global', 'notizen')).' & '.ucfirst($this->p->t('global', 'aktivitaeten')) ?>
load->view('system/infocenter/addNotiz.php'); ?>
load->view('system/infocenter/notizen.php'); ?>
load->view('system/infocenter/logs.php'); ?>
load->view('templates/FHC-Footer', $includesArray); ?>