set Placeholder for Global search from just search to search everywhere

This commit is contained in:
johnnyq 2023-12-28 13:43:24 -05:00
parent bc9ad24c76
commit deb84cc2a8
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<!-- SEARCH FORM -->
<form class="form-inline" action="global_search.php">
<div class="input-group input-group-sm">
<input class="form-control form-control-navbar" type="search" placeholder="Search" name="query"
<input class="form-control form-control-navbar" type="search" placeholder="Search everywhere" name="query"
value="<?php if (isset($_GET['query'])) { echo nullable_htmlentities($_GET['query']); } ?>">
<div class="input-group-append">
<button class="btn btn-navbar" type="submit">