mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Top Search bar now searches clients, added events and trips to client details, started adding trims to trim whitespace on beginning and end of some inputs
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
</ul>
|
||||
|
||||
<!-- SEARCH FORM -->
|
||||
<form class="form-inline ml-auto mr-5" action="global_search.php">
|
||||
<form class="form-inline ml-auto mr-5" action="clients.php">
|
||||
<div class="input-group input-group-sm">
|
||||
<input class="form-control form-control-navbar" type="search" placeholder="Search" name="query" value="<?php if(isset($_GET['query'])){ echo $_GET['query']; } ?>">
|
||||
<input class="form-control form-control-navbar" type="search" placeholder="Search" name="q">
|
||||
<div class="input-group-append">
|
||||
<button class="btn btn-navbar" type="submit">
|
||||
<i class="fas fa-search"></i>
|
||||
|
||||
Reference in New Issue
Block a user