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 <tsteur@users.noreply.github.com>2017-05-13 02:12:14 +0300
committerGitHub <noreply@github.com>2017-05-13 02:12:14 +0300
commitca35a8a0814c24263094e116b95df650b70d09bb (patch)
tree869e1acb94c170cc6104e02bca18ab3b093b1158 /plugins/SitesManager/templates
parent716752b01040da6fc3b2a9e396d8e5cee7e5663a (diff)
Add possibility to ignore "no data recorded" screen for one hour (#11686)
* Add possibility to ignore "no data recorded" screen for one hour * update screens * update wording
Diffstat (limited to 'plugins/SitesManager/templates')
-rw-r--r--plugins/SitesManager/templates/siteWithoutData.twig5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/SitesManager/templates/siteWithoutData.twig b/plugins/SitesManager/templates/siteWithoutData.twig
index bf0db36a39..a767fb3c04 100644
--- a/plugins/SitesManager/templates/siteWithoutData.twig
+++ b/plugins/SitesManager/templates/siteWithoutData.twig
@@ -45,6 +45,11 @@
'<a href="https://piwik.org/features/" rel="noreferrer" target="_blank">', "</a>",
'<a href="https://piwik.org/docs/" rel="noreferrer" target="_blank">', "</a>",
'<a href="https://piwik.org/faq/" rel="noreferrer" target="_blank">', "</a>")|raw }}
+
+ <br />
+ <br />
+ <a href="{{ linkTo({module: 'SitesManager', action: 'ignoreNoDataMessage'}) }}"
+ class="btn ignoreSitesWithoutData">{{ 'SitesManager_SiteWithoutDataIgnoreMessage'|translate }}</a>
</p>
{{ trackingHelp|raw }}