mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
theme: oscar - add accesskey to input tags
l - language field s - search field t - time range field The way to activate the accesskey depends on the browser and its platform [1] [1] https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
57c6fa6e63
commit
f373169c84
4 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<select name="time_range" id="time-range" class="custom-select form-control">{{- "" -}}
|
||||
<select name="time_range" id="time-range" class="custom-select form-control" accesskey="t">{{- "" -}}
|
||||
<option id="time-range-anytime" value="" {{ "selected" if time_range=="" or not time_range else ""}}>
|
||||
{{- _('Anytime') -}}
|
||||
</option>{{- "" -}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue