Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make roles warning a bit nicer #1125

Merged
merged 8 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading