Skip to content

Commit

Permalink
Update global_search.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gt-business committed Dec 18, 2024
1 parent 4627736 commit 7ee04fa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions global_search.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,12 @@
?>


<div class="row">
<div class="col-sm-6">
<div class="card card-body mb-3">
<h4 class="text-center"><i class="fas fa-fw fa-search mr-2"></i>Global Search</h4>
</div>
</div>

<div class="card card-body col-sm-12">
<h4 class="text-center"><i class="fas fa-fw fa-search mr-2"></i>Global Search</h4>
</div>

<?php if (mysqli_num_rows($sql_clients) > 0) { ?>

Expand Down

0 comments on commit 7ee04fa

Please sign in to comment.