updates the tableHelpsite to use bootstrap5 classes if the bootstrapVersion flag is set to 5

This commit is contained in:
SimonGschnell
2024-03-20 13:25:32 +01:00
parent de15d43bb7
commit 78a16982f8
3 changed files with 30 additions and 8 deletions
+3 -1
View File
@@ -12,7 +12,9 @@
<div id="tableDatasetActionsTop"></div>
<!-- TableWidget table -->
<?php TableWidget::loadViewDataset(); ?>
<div class="border border-2 mb-4">
<?php TableWidget::loadViewDataset(); ?>
</div>
<!-- Table info bottom -->
<div id="tableDatasetActionsBottom"></div>