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-21 04:18:18 +0300
committerGabriel-Bowater <gd.bowater@gmail.com>2016-01-21 04:18:18 +0300
commit2576eea55f5a252e13b6f93c0204807b89bafc09 (patch)
treed18f3f4fda8a8729d14ecc32b075a47b462ce93a /plugins/Dashboard
parente7fad292bd602ac16f460c0cffc3c6ede83eab39 (diff)
widget title bars tabable.
Diffstat (limited to 'plugins/Dashboard')
-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>