mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
Add label for the search term box
This is in particular needed when there is already something there -- the placeholder is only shown on an empty form.
This commit is contained in:
@ -6,8 +6,9 @@
|
|||||||
<input type="hidden" name="m" value="1">
|
<input type="hidden" name="m" value="1">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-6">
|
<div class="col-lg-6">
|
||||||
|
<label for="search-term">Search term:</label>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" name="q" value="{{query}}" class="form-control" placeholder="Search for...">
|
<input type="text" id="search-term" name="q" value="{{query}}" class="form-control" placeholder="Search for...">
|
||||||
<span class="input-group-btn">
|
<span class="input-group-btn">
|
||||||
<button class="btn btn-default" type="submit">
|
<button class="btn btn-default" type="submit">
|
||||||
<i class="fas fa-search"></i>
|
<i class="fas fa-search"></i>
|
||||||
|
Reference in New Issue
Block a user