ver. 0.251 - migrate Dictionaries to Domain/Controller and remove legacy classes

This commit is contained in:
2026-02-10 00:04:32 +01:00
parent 3bab9f9e8a
commit fe4e98d9bd
17 changed files with 788 additions and 307 deletions

View File

@@ -95,7 +95,7 @@ $perPage = (int)($list->pagination['per_page'] ?? 15);
</form>
<div class="table-responsive">
<table class="table table-hover table-striped table-bordered mbn">
<table class="table table-hover table-striped table-bordered mbn table-list-table">
<thead>
<tr>
<?php foreach ($list->columns as $column): ?>
@@ -230,6 +230,12 @@ $perPage = (int)($list->pagination['per_page'] ?? 15);
</div>
<style type="text/css">
.table-list-table th:first-child,
.table-list-table td:first-child {
width: 70px;
white-space: nowrap;
}
.jconfirm.table-list-confirm-dialog .jconfirm-row {
min-height: 100vh;
display: flex;