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:
authorsgiehl <stefan@matomo.org>2020-04-01 12:07:42 +0300
committersgiehl <stefan@matomo.org>2020-04-01 13:15:52 +0300
commit677fec1f635e697927d389835a3ee53554f84ff9 (patch)
treebc0d60fdac68876c0d2bc715d49b2bb53975bc82 /plugins/GeoIp2/templates/setupguide.twig
parent53cc7a4299535b481d90c45ea5fb7137a6ef9092 (diff)
parent19af9b6c0a63b07020d935ea88710c80823c9d62 (diff)
Merge branch '3.x-dev' into 4.x-dev
Diffstat (limited to 'plugins/GeoIp2/templates/setupguide.twig')
-rw-r--r--plugins/GeoIp2/templates/setupguide.twig10
1 files changed, 8 insertions, 2 deletions
diff --git a/plugins/GeoIp2/templates/setupguide.twig b/plugins/GeoIp2/templates/setupguide.twig
index 737ec17fb1..384ea58905 100644
--- a/plugins/GeoIp2/templates/setupguide.twig
+++ b/plugins/GeoIp2/templates/setupguide.twig
@@ -1,9 +1,15 @@
<h3 style="margin-top:0;">{{ 'GeoIp2_HowToSetupGeoIP'|translate }}</h3>
<p>{{ 'GeoIp2_HowToSetupGeoIPIntro'|translate }}</p>
<ul style="list-style:disc !important;margin-left:2em;">
- <li style="list-style-type: disc !important;">{{ 'GeoIp2_HowToSetupGeoIP_Step1'|translate('<a rel="noreferrer noopener" href="'~dbipLiteUrl~'">','</a>','<a rel="noreferrer noopener" target="_blank" href="http://db-ip.com/?refid=mtm">','</a>')|raw }}</li>
+ <li style="list-style-type: disc !important;">{{ 'GeoIp2_HowToSetupGeoIP_Step1'|translate('<a rel="noreferrer noopener" href="'~dbipLiteUrl~'">','</a>','<a rel="noreferrer noopener" target="_blank" href="http://db-ip.com/?refid=mtm">','</a>')|raw }}<sup>*</sup></li>
<li style="list-style-type: disc !important;">{{ 'GeoIp2_HowToSetupGeoIP_Step2'|translate("'"~dbipLiteFilename~"'",'<strong>','</strong>','<strong>'~dbipLiteDesiredFilename~'</strong>')|raw }}</li>
<li style="list-style-type: disc !important;">{{ 'GeoIp2_HowToSetupGeoIP_Step3'|translate('<strong>','</strong>','<span style="color:green"><strong>','</strong></span>')|raw }}</li>
<li style="list-style-type: disc !important;">{{ 'GeoIp2_HowToSetupGeoIP_Step4'|translate }}</li>
</ul>
-<p>&nbsp;</p> \ No newline at end of file
+<p>&nbsp;</p>
+
+<div class="row">
+ <div class="col s12">
+ <p><sup>* <small>{{ 'UserCountry_GeoIpDbIpAccuracyNote'|translate('<a href="https://dev.maxmind.com/geoip/geoip2/geolite2/?rId=piwik" rel="noreferrer noopener" target="_blank">', '</a>')|raw }}.</small></sup></p>
+ </div>
+</div> \ No newline at end of file