Use a search input instead of text. Adapt a little the css.
This commit is contained in:
parent
9a116772ab
commit
a842dcbc10
2 changed files with 9 additions and 4 deletions
|
@ -159,7 +159,7 @@
|
|||
<?php if (!is_null ($database)) { ?>
|
||||
<input type="hidden" name="<?php echo DB ?>" value="<?php echo $database ?>" />
|
||||
<?php } ?>
|
||||
<input type="text" name="query" />
|
||||
<input type="search" name="query" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue