Merge pull request #1125 from git-kup/master

tidy roles warning & global search
This commit is contained in:
wrongecho 2024-12-19 12:04:33 +00:00 committed by GitHub
commit dacbc51f95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ $sql = mysqli_query(
$num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
?>
<div class="alert alert-warning"><strong>Roles are still in development. Permissions may not be fully enforced.</strong><hr></div>
<div class="alert alert-warning text-center"><strong>Roles are still in development. Permissions may not be fully enforced.</strong></div>
<div class="card card-dark">
<div class="card-header py-2">

View File

@ -142,12 +142,12 @@ if (isset($_GET['query'])) {
?>
<div class="row">
<div class="col-sm-12">
<div class="col-sm-12">
<div class="card card-body mb-3">
<h4 class="text-center"><i class="fas fa-fw fa-search mr-2"></i>Global Search</h4>
<hr>
</div>
</div>
<?php if (mysqli_num_rows($sql_clients) > 0) { ?>