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:
authormattpiwik <matthieu.aubry@gmail.com>2011-05-26 06:17:08 +0400
committermattpiwik <matthieu.aubry@gmail.com>2011-05-26 06:17:08 +0400
commit3cbcbc00c6758546bfb763e5bcaebe9c6ba9010d (patch)
treec89bcdfa20a670b898be5542753f47aa3a6d07cf /plugins/Widgetize/templates
parent6597c03cf8a028649a065d32a893c6fc3841c8b5 (diff)
Refs #898
* Adding 5 widgets: Ecommerce overview, Top product SKU/Name/Category, and Ecommerce orders log * Customized "Visitor log" to provide "Ecommerce orders log" widget that looks nice with limited width (moved the visitors column below the date and do not display plugins icons) * Fixed "Export" link under the "Orders log" as to pass the segment parameter, ensuring the log only shows visits with an ecommerce order git-svn-id: http://dev.piwik.org/svn/trunk@4811 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Widgetize/templates')
-rw-r--r--plugins/Widgetize/templates/widgetize.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Widgetize/templates/widgetize.js b/plugins/Widgetize/templates/widgetize.js
index ff57e880a4..793cbd4a8f 100644
--- a/plugins/Widgetize/templates/widgetize.js
+++ b/plugins/Widgetize/templates/widgetize.js
@@ -32,7 +32,7 @@ function widgetize()
"&idSite="+piwik.idSite+
"&period="+piwik.period+
"&date="+broadcast.getValueFromUrl('date')+
- "&disableLink=1";
+ "&disableLink=1&widget=1";
return sourceUrl;
}