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:
authorMatthieu Aubry <matt@piwik.org>2016-01-21 05:59:41 +0300
committerMatthieu Aubry <matt@piwik.org>2016-01-21 05:59:41 +0300
commitece2035262993af7dd19c6fdbc00f9960871068e (patch)
tree2f4c00403be96917bfdcad88379553dfbe543a48
parentdd8f4f6540301dd3eb0e83f0f15f6a6ff261002f (diff)
parent2576eea55f5a252e13b6f93c0204807b89bafc09 (diff)
Merge pull request #9598 from Gabriel-Bowater/issue_9590
widget title bars tabbable.
-rw-r--r--plugins/Dashboard/templates/_widgetFactoryTemplate.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dashboard/templates/_widgetFactoryTemplate.twig b/plugins/Dashboard/templates/_widgetFactoryTemplate.twig
index 4c24631dcc..7d3edbbfb0 100644
--- a/plugins/Dashboard/templates/_widgetFactoryTemplate.twig
+++ b/plugins/Dashboard/templates/_widgetFactoryTemplate.twig
@@ -15,7 +15,7 @@
<span class="icon-reload" title="{{ 'General_Refresh'|translate }}"></span>
</div>
</div>
- <h3 class="widgetName">{% if widgetName is defined %}{{ widgetName }}{% endif %}
+ <h3 class="widgetName" tabindex="6">{% if widgetName is defined %}{{ widgetName }}{% endif %}
<div class="widgetNameOffScreen">
{{ 'General_Widget'|translate }}
</div>