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:
authorflora edwards <floraedwards.student@wegc.school.nz>2015-01-15 03:53:59 +0300
committerflora edwards <floraedwards.student@wegc.school.nz>2015-01-15 05:46:36 +0300
commitfc3fc2baf6cc6b9e2bb1d7435fd852ea5c67ba0e (patch)
tree345e90ffba4aa9419b5b6b2c4106d5264b22422f /plugins/CoreVisualizations/templates
parent84f2c596ded13cc2296b04ae946df65eb431897d (diff)
added in an accessible skip to content button for people who go through webages with the tab key
Diffstat (limited to 'plugins/CoreVisualizations/templates')
-rw-r--r--plugins/CoreVisualizations/templates/_dataTableViz_jqplotGraph.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreVisualizations/templates/_dataTableViz_jqplotGraph.twig b/plugins/CoreVisualizations/templates/_dataTableViz_jqplotGraph.twig
index 5dfd78b1f3..aee1a05241 100644
--- a/plugins/CoreVisualizations/templates/_dataTableViz_jqplotGraph.twig
+++ b/plugins/CoreVisualizations/templates/_dataTableViz_jqplotGraph.twig
@@ -1,3 +1,3 @@
-<div class="jqplot-graph">
+<div alt="{{ 'Mobile_StaticGraph'|translate }}" class="jqplot-graph">
<div class="piwik-graph" data-data="{{ visualization.getGraphData(dataTable, properties)|json_encode }}"></div>
-</div> \ No newline at end of file
+</div>