Working on first-round changes for the global search feature.

This commit is contained in:
Matt Scott 2023-02-19 16:02:34 -05:00
parent f48a6b8209
commit e960326a58

View File

@ -44,7 +44,9 @@
<!-- /.callout -->
<div class="form-group">
<div class="input-group">
<input type="text" name="q" class="form-control" value="{{ query }}"
<label for="txtQuery" class="input-group-text">Search Query</label>
<input type="text" id="txtQuery" name="q" class="form-control"
value="{{ query }}"
placeholder="Enter search query...">
<button type="submit" class="btn btn-flat btn-success" title="Execute Query">
<i class="fa fa-search"></i>