Skip to content

Commit

Permalink
Merge pull request #1125 from git-kup/master
Browse files Browse the repository at this point in the history
tidy roles warning & global search
  • Loading branch information
wrongecho authored Dec 19, 2024
2 parents 1281b77 + 8e385d8 commit dacbc51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion admin_role.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
$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">
Expand Down
8 changes: 4 additions & 4 deletions global_search.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@
?>


<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) { ?>

Expand Down

0 comments on commit dacbc51

Please sign in to comment.