mirror of
https://github.com/itflow-org/itflow
synced 2026-08-26 09:25:12 +00:00
Bump AdminLTE which brings back AdminLTE colors
This commit is contained in:
@@ -290,7 +290,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
||||
<input type="hidden" name="csrf_token" value="<?= $_SESSION['csrf_token'] ?>">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-hover mb-0">
|
||||
<thead class="<?php if ($num_rows[0] == 0) { echo "d-none"; } ?> bg-light">
|
||||
<thead class="<?php if ($num_rows[0] == 0) { echo "d-none"; } ?> table-light">
|
||||
<tr>
|
||||
<td class="checkbox-column">
|
||||
<div class="form-check">
|
||||
|
||||
@@ -388,7 +388,7 @@ if (isset($_GET['invoice_id'])) {
|
||||
<div class="card">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-hover mb-0" id="items">
|
||||
<thead class="bg-light">
|
||||
<thead class="table-light">
|
||||
<tr>
|
||||
<th class="d-print-none"></th>
|
||||
<th>Item</th>
|
||||
|
||||
Reference in New Issue
Block a user