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 Napoli <matthieu@mnapoli.fr>2015-08-06 18:06:48 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-08-06 18:06:48 +0300
commite9ffbea5ea3ff5c6eca517168934a83f8ab7380d (patch)
tree6202b46074543d8b0b861b91196d6229ed71df87 /plugins/Dashboard
parent1e30ec0e3591d12926721a2fa8ff8e277a35be52 (diff)
Change the icon used for maximising widgets
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 ff77011f72..05e979f8da 100644
--- a/plugins/Dashboard/templates/_widgetFactoryTemplate.twig
+++ b/plugins/Dashboard/templates/_widgetFactoryTemplate.twig
@@ -5,7 +5,7 @@
<span class="icon-close" title="{{ 'General_Close'|translate }}"></span>
</div>
<div class="button" id="maximise">
- <span class="icon-maximise" title="{{ 'Dashboard_Maximise'|translate }}"></span>
+ <span class="icon-fullscreen" title="{{ 'Dashboard_Maximise'|translate }}"></span>
</div>
<div class="button" id="minimise">
<span class="icon-minimise" title="{{ 'Dashboard_Minimise'|translate }}"></span>