Use a search input instead of text. Adapt a little the css.

This commit is contained in:
Sébastien Lucas 2013-05-22 18:09:12 +02:00
parent 9a116772ab
commit a842dcbc10
2 changed files with 9 additions and 4 deletions

View file

@ -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>