summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/time-range.html
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2019-12-10 18:20:51 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2019-12-10 18:20:51 +0100
commitf373169c8452b79bbafa322102b6827a97eddb44 (patch)
treef578d70a618f4f415a099509643372a040a8b749 /searx/templates/oscar/time-range.html
parent57c6fa6e63dd74c8a992b5c22946bc6e6bba8642 (diff)
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>
Diffstat (limited to 'searx/templates/oscar/time-range.html')
-rw-r--r--searx/templates/oscar/time-range.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/time-range.html b/searx/templates/oscar/time-range.html
index 166b61dd6..fb1c0754b 100644
--- a/searx/templates/oscar/time-range.html
+++ b/searx/templates/oscar/time-range.html
@@ -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>{{- "" -}}