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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-02-10 21:28:20 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-02-10 21:28:20 +0400
commit6435f2f03442e4ed8a57fc0d0dbca15a3e1a01f0 (patch)
tree4afe65b8b72a9ddd9f272c0fcf9d16bba3f7703e /plugins/Dashboard/DashboardManagerControl.php
parent434f1be5889a0d185826c6796d5f86035122aa02 (diff)
Rewrote top control code to move elements that are not in the top bar, change name of css class js-autoLeftPanel, make segment selector more generic, make dashboard settings widget reusable.
Diffstat (limited to 'plugins/Dashboard/DashboardManagerControl.php')
-rw-r--r--plugins/Dashboard/DashboardManagerControl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dashboard/DashboardManagerControl.php b/plugins/Dashboard/DashboardManagerControl.php
index 71727d61d1..af6303d2b0 100644
--- a/plugins/Dashboard/DashboardManagerControl.php
+++ b/plugins/Dashboard/DashboardManagerControl.php
@@ -22,7 +22,7 @@ class DashboardManagerControl extends DashboardSettingsControlBase
parent::__construct();
$this->jsClass = "DashboardManagerControl";
- $this->cssIdentifier = "dashboardSettings";
+ $this->cssIdentifier = "dashboard-manager";
$this->addDashboardActions();
$this->addGeneralActions();