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/SegmentEditor/templates
parentf27a26e9bd7df3aa3ce0e4b8db4e49eff73d4ac5 (diff)
add tabindex values to menu items to give a more logical tab flow through the page.
Diffstat (limited to 'plugins/SegmentEditor/templates')
-rw-r--r--plugins/SegmentEditor/templates/_segmentSelector.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SegmentEditor/templates/_segmentSelector.twig b/plugins/SegmentEditor/templates/_segmentSelector.twig
index dc269dc8b9..18c885919a 100644
--- a/plugins/SegmentEditor/templates/_segmentSelector.twig
+++ b/plugins/SegmentEditor/templates/_segmentSelector.twig
@@ -1,6 +1,6 @@
<div class="SegmentEditor" style="display:none;">
<div class="segmentationContainer listHtml" title="{{ 'SegmentEditor_ChooseASegment'|translate|e('html_attr') }}. {{ 'SegmentEditor_CurrentlySelectedSegment'|translate(segmentDescription)|e('html_attr') }}">
- <a class="title"><span class="icon icon-segment"></span><span class="segmentationTitle"></span></a>
+ <a class="title" tabindex="4"><span class="icon icon-segment"></span><span class="segmentationTitle"></span></a>
<div class="dropdown dropdown-body">
<div class="segmentFilterContainer">
<input class="segmentFilter" type="text" value="{{ 'General_Search'|translate }}"/>