removes the cis styles from the admin views

This commit is contained in:
SimonGschnell
2024-04-26 14:43:56 +02:00
parent dec6b160a6
commit ffe4fcb0b3
5 changed files with 4 additions and 9 deletions
@@ -11,7 +11,6 @@ $this->load->view(
'sbadmintemplate3' => true,
'tabulator5' => true,
'tabulator5JQuery' => true,
'cis'=>true,
'momentjs2' => true,
'ajaxlib' => true,
'dialoglib' => true,
@@ -11,7 +11,6 @@ $this->load->view(
'sbadmintemplate3' => true,
'tabulator5' => true,
'tabulator5JQuery' => true,
'cis'=> true,
'momentjs2' => true,
'ajaxlib' => true,
'dialoglib' => true,
@@ -11,7 +11,6 @@ $this->load->view(
'ajaxlib' => true,
'tabulator5' => true,
'tabulator5JQuery' => true,
'cis' => true,
'tablewidget' => true,
'navigationwidget' => true,
'sbadmintemplate3' => true,
+1 -3
View File
@@ -12,9 +12,7 @@
<div id="tableDatasetActionsTop"></div>
<!-- TableWidget table -->
<div class="border border-1 mb-4">
<?php TableWidget::loadViewDataset(); ?>
</div>
<?php TableWidget::loadViewDataset(); ?>
<!-- Table info bottom -->
<div id="tableDatasetActionsBottom"></div>