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:
Diffstat (limited to 'plugins/Widgetize/templates/index.twig')
-rw-r--r--plugins/Widgetize/templates/index.twig11
1 files changed, 5 insertions, 6 deletions
diff --git a/plugins/Widgetize/templates/index.twig b/plugins/Widgetize/templates/index.twig
index 49a2b5f6c1..800c5cafd7 100644
--- a/plugins/Widgetize/templates/index.twig
+++ b/plugins/Widgetize/templates/index.twig
@@ -2,6 +2,11 @@
{% set title %}{{ 'General_Widgets'|translate }}{% endset %}
+{% block topcontrols %}
+ {% include "@CoreHome/_siteSelectHeader.twig" %}
+ {% include "@CoreHome/_periodSelect.twig" %}
+{% endblock %}
+
{% block content %}
<div>
@@ -30,8 +35,6 @@
<h2 piwik-enriched-headline>{{ title }}</h2>
-{% include "@CoreHome/_siteSelectHeader.twig" %}
-
<div class="widgetize">
<p>With Piwik, you can export your Web Analytics reports on your blog, website, or intranet dashboard... in one click.
@@ -59,10 +62,6 @@
<h2>Widgetize reports</h2>
<p>Select a report, and copy paste in your page the embed code below the widget:
- <div class="top_controls">
- {% include "@CoreHome/_periodSelect.twig" %}
- </div>
-
<div id="widgetPreview"></div>
<div id='iframeDivToExport' style='display:none;'></div>