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>2015-07-29 14:20:47 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-07-29 14:20:47 +0300
commita032fa8c93a5ecbc94a12aad68c33b43f97e2367 (patch)
tree4b4dbbf4782d029d385d47506c9ba911eac27a04 /plugins/Dashboard
parent08fa53b99fa94ad51112288487c6bcb950474dfa (diff)
refs #7835 rename Widgets & Dashboard selector to Dashboard
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/lang/en.json3
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less1
-rw-r--r--plugins/Dashboard/templates/_dashboardSettings.twig2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Dashboard/lang/en.json b/plugins/Dashboard/lang/en.json
index d5ccd25af8..89d8c994d9 100644
--- a/plugins/Dashboard/lang/en.json
+++ b/plugins/Dashboard/lang/en.json
@@ -31,7 +31,6 @@
"SetAsDefaultWidgetsConfirmHelp": "This widgets selection and dashboard columns layout will be used when any user creates a new dashboard, or when \"%s\" feature is used.",
"TopLinkTooltip": "View Web Analytics reports for %s.",
"WidgetNotFound": "Widget not found",
- "WidgetPreview": "Widget preview",
- "WidgetsAndDashboard": "Widgets & Dashboard"
+ "WidgetPreview": "Widget preview"
}
} \ No newline at end of file
diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index 7789ad4a56..3cdc4cdae8 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -328,6 +328,7 @@ div.widgetpreview-preview {
min-height: 0;
height: auto;
margin-right: 10px;
+ width: 180px;
}
.dashboardSettings .submenu {
diff --git a/plugins/Dashboard/templates/_dashboardSettings.twig b/plugins/Dashboard/templates/_dashboardSettings.twig
index 27209a14e1..dc05a6dae1 100644
--- a/plugins/Dashboard/templates/_dashboardSettings.twig
+++ b/plugins/Dashboard/templates/_dashboardSettings.twig
@@ -1,4 +1,4 @@
-<span>{{ 'Dashboard_WidgetsAndDashboard'|translate }}</span>
+<span>{{ 'Dashboard_Dashboard'|translate }}</span>
<ul class="submenu">
<li>
<div class="addWidget">{{ 'Dashboard_AddAWidget'|translate }} &darr;</div>