Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel-Bowater <gd.bowater@gmail.com>2016-01-20 04:20:53 +0300
committerGabriel-Bowater <gd.bowater@gmail.com>2016-01-20 04:20:53 +0300
commit08207e334eeae04f44e1b04679ad775daf14810d (patch)
treeed95bafb7dc2b02ac20d0e15116dae90252f52dc /plugins/Dashboard
parentf27a26e9bd7df3aa3ce0e4b8db4e49eff73d4ac5 (diff)
add tabindex values to menu items to give a more logical tab flow through the page.
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/templates/_dashboardSettings.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dashboard/templates/_dashboardSettings.twig b/plugins/Dashboard/templates/_dashboardSettings.twig
index b82e913743..db21def819 100644
--- a/plugins/Dashboard/templates/_dashboardSettings.twig
+++ b/plugins/Dashboard/templates/_dashboardSettings.twig
@@ -1,4 +1,4 @@
-<a class="title" title="{{ 'Dashboard_ManageDashboard'|translate|e('html_attr') }}"><span class="icon icon-arrow-bottom"></span>{{ 'Dashboard_Dashboard'|translate }} </a>
+<a class="title" title="{{ 'Dashboard_ManageDashboard'|translate|e('html_attr') }}" tabindex="4"><span class="icon icon-arrow-bottom"></span>{{ 'Dashboard_Dashboard'|translate }} </a>
<ul class="dropdown submenu">
<li>
<div class="addWidget">{{ 'Dashboard_AddAWidget'|translate }}</div>