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:
authorKate Butler <kate@innocraft.com>2019-08-26 01:04:01 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-08-26 01:04:01 +0300
commit64bcf78cf9bf45319f9b7a5d8ebbe10e1970e952 (patch)
tree427c32f94c7174d85725e65f613eb396047278bb /plugins/SitesManager/SitesManager.php
parent444e8415ed5e0771213be972bd96249f091fdbf1 (diff)
Send tracking code JS by email (#14569)
* Button to email standard install instructions on installation page 7 and no data tracked yet page * Send tracking code email from the tracking code generator page * Escape HTML tags * Send email in plain text * Move email button next to header * Fix width of header div * Update reference screenshots * PR fixes * Expand tracking code email template * Fix double escaping of message * Hide links to Matomo for whitelabel, fix missing space * ignore event in documentation * Update reference screenshots * Changes to email template * fix missing translation key * Add idsite and tracking url to email template * Fix extra slash in URL * Update UI test
Diffstat (limited to 'plugins/SitesManager/SitesManager.php')
-rw-r--r--plugins/SitesManager/SitesManager.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/SitesManager/SitesManager.php b/plugins/SitesManager/SitesManager.php
index fca307d5df..751c599f3a 100644
--- a/plugins/SitesManager/SitesManager.php
+++ b/plugins/SitesManager/SitesManager.php
@@ -409,5 +409,8 @@ class SitesManager extends \Piwik\Plugin
$translationKeys[] = "Goals_Ecommerce";
$translationKeys[] = "SitesManager_NotFound";
$translationKeys[] = "SitesManager_DeleteSiteExplanation";
+ $translationKeys[] = "SitesManager_EmailInstructionsButton";
+ $translationKeys[] = "SitesManager_EmailInstructionsSubject";
+ $translationKeys[] = "SitesManager_JsTrackingTagHelp";
}
}