mirror of
https://github.com/itflow-org/itflow
synced 2026-09-21 22:21:15 +00:00
Added Border End to clients checkbox column
This commit is contained in:
@@ -292,7 +292,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
|||||||
<table class="table table-hover mb-0">
|
<table class="table table-hover mb-0">
|
||||||
<thead class="<?php if ($num_rows[0] == 0) { echo "d-none"; } ?> table-light">
|
<thead class="<?php if ($num_rows[0] == 0) { echo "d-none"; } ?> table-light">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="checkbox-column">
|
<td class="checkbox-column border-end">
|
||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
<input class="form-check-input" id="selectAllCheckbox" type="checkbox" onclick="checkAll(this)">
|
<input class="form-check-input" id="selectAllCheckbox" type="checkbox" onclick="checkAll(this)">
|
||||||
</div>
|
</div>
|
||||||
@@ -427,7 +427,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="checkbox-column bg-light">
|
<td class="checkbox-column bg-light border-end">
|
||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
<input class="form-check-input bulk-select" type="checkbox" name="client_ids[]" value="<?= $client_id ?>">
|
<input class="form-check-input bulk-select" type="checkbox" name="client_ids[]" value="<?= $client_id ?>">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user