ver. 0.251 - migrate Dictionaries to Domain/Controller and remove legacy classes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user