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:
authorThomas Steur <thomas.steur@gmail.com>2016-03-08 03:57:48 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-03-08 03:57:48 +0300
commit3b37fe84dd01822e48eb815a18b28ac474de96a2 (patch)
tree59bb6285a78041bdd6cd9faa676a7a61cef6164d /plugins/Dashboard/templates
parent4a01a7024ce578d8232d6d56702d94892f1128fb (diff)
Merge master => 3.0
Diffstat (limited to 'plugins/Dashboard/templates')
-rw-r--r--plugins/Dashboard/templates/index.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Dashboard/templates/index.twig b/plugins/Dashboard/templates/index.twig
index ddaac2428c..17f3a5363d 100644
--- a/plugins/Dashboard/templates/index.twig
+++ b/plugins/Dashboard/templates/index.twig
@@ -6,9 +6,9 @@
<div id="Dashboard" class="piwikTopControl borderedControl piwikSelector">
<ul>
{% for dashboard in dashboards %}
- <li class="dashboardMenuItem" id="Dashboard_embeddedIndex_{{ dashboard.iddashboard }}">
+ <li id="Dashboard_embeddedIndex_{{ dashboard.iddashboard }}">
<a href="javascript:$('#dashboardWidgetsArea').dashboard('loadDashboard', {{ dashboard.iddashboard }});"
- class="title">{{ dashboard.name|escape }}</a>
+ class="item">{{ dashboard.name|escape }}</a>
</li>
{% endfor %}
</ul>