plausichecks view: adapted to vue update - set correct cs and css includes, removed body

This commit is contained in:
KarpAlex
2022-11-03 15:33:05 +01:00
parent 35b23bcba4
commit ebb3a6de1f
@@ -3,12 +3,12 @@ $this->load->view(
'templates/FHC-Header',
array(
'title' => 'Plausichecks',
'jquery' => true,
'jqueryui' => true,
'jquery3' => true,
'jqueryui1' => true,
'jquerycheckboxes' => true,
'bootstrap' => true,
'fontawesome' => true,
'sbadmintemplate' => true,
'bootstrap3' => true,
'fontawesome4' => true,
'sbadmintemplate3' => true,
'ajaxlib' => true,
'navigationwidget' => true,
'dialoglib' => true,
@@ -18,7 +18,6 @@ $this->load->view(
);
?>
<body>
<div id="wrapper">
<?php echo $this->widgetlib->widget('NavigationWidget'); ?>
@@ -98,6 +97,5 @@ $this->load->view(
</div>
</div>
</div>
</body>
<?php $this->load->view('templates/FHC-Footer'); ?>