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-10-14 13:36:19 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-10-14 13:36:19 +0300
commite170bc571390652271766e4ed2c8db3bd43ea870 (patch)
tree315fb607871ea8accf5da454249d569b7674b779 /plugins/Dashboard
parent6aa4439f0f29b718bca6ff17f9676ed82856a18c (diff)
only add piwik-expand-on-click to the controls that need it
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/DashboardSettingsControlBase.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dashboard/DashboardSettingsControlBase.php b/plugins/Dashboard/DashboardSettingsControlBase.php
index dadd780f18..c47ece211a 100644
--- a/plugins/Dashboard/DashboardSettingsControlBase.php
+++ b/plugins/Dashboard/DashboardSettingsControlBase.php
@@ -24,6 +24,7 @@ abstract class DashboardSettingsControlBase extends UIControl
parent::__construct();
$this->cssClass = "borderedControl piwikTopControl dashboardSettings";
+ $this->htmlAttributes = array('piwik-expand-on-click' => '');
$this->dashboardActions = array();
$this->generalActions = array();
}