Merge pull request #1125 from git-kup/master
tidy roles warning & global search
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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) { ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user