Moved Global Search from the side nav to the top nav This give the side nav some breating room while being able to access global search from anywhere in ITFlow

This commit is contained in:
johnnyq
2023-01-18 16:22:16 -05:00
parent 798e99efee
commit 6b5cc267ea
2 changed files with 20 additions and 16 deletions

View File

@@ -46,19 +46,7 @@
<?php } ?>
<form class="form-inline mb-3" action="global_search.php">
<div class="input-group">
<input class="form-control form-control-sidebar" type="search" placeholder="Search" name="query" value="<?php if(isset($_GET['query'])){ echo htmlentities($_GET['query']); } ?>">
<div class="input-group-append">
<button class="btn btn-sidebar" type="submit">
<i class="fas fa-search"></i>
</button>
</div>
</div>
</form>
<ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" data-accordion="false">
<ul class="nav nav-pills nav-sidebar flex-column mt-3" data-widget="treeview" data-accordion="false">
<!-- Dashboard item (tech/financial) -->
<?php if ($session_user_role == 2) { ?>