mirror of
https://github.com/itflow-org/itflow
synced 2026-03-22 21:45:37 +00:00
Update global_search.php
This commit is contained in:
@@ -142,11 +142,12 @@ if (isset($_GET['query'])) {
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
<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) { ?>
|
<?php if (mysqli_num_rows($sql_clients) > 0) { ?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user