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/UserCountry/templates/index.tpl')
-rw-r--r--plugins/UserCountry/templates/index.tpl29
1 files changed, 14 insertions, 15 deletions
diff --git a/plugins/UserCountry/templates/index.tpl b/plugins/UserCountry/templates/index.tpl
index ab29fa57ef..5de5bdaf5e 100644
--- a/plugins/UserCountry/templates/index.tpl
+++ b/plugins/UserCountry/templates/index.tpl
@@ -1,29 +1,28 @@
-
<div id="leftcolumn">
-{postEvent name="template_leftColumnUserCountry"}
+ {postEvent name="template_leftColumnUserCountry"}
- <h2>{'UserCountry_Continent'|translate}</h2>
- {$dataTableContinent}
+ <h2>{'UserCountry_Continent'|translate}</h2>
+ {$dataTableContinent}
- <div class="sparkline">
- {sparkline src=$urlSparklineCountries}
- {'UserCountry_DistinctCountries'|translate:"<strong>$numberDistinctCountries</strong>"}
- </div>
+ <div class="sparkline">
+ {sparkline src=$urlSparklineCountries}
+ {'UserCountry_DistinctCountries'|translate:"<strong>$numberDistinctCountries</strong>"}
+ </div>
-{postEvent name="template_footerUserCountry"}
+ {postEvent name="template_footerUserCountry"}
</div>
<div id="rightcolumn">
- <h2>{'UserCountry_Country'|translate}</h2>
- {$dataTableCountry}
+ <h2>{'UserCountry_Country'|translate}</h2>
+ {$dataTableCountry}
- <h2>{'UserCountry_Region'|translate}</h2>
- {$dataTableRegion}
+ <h2>{'UserCountry_Region'|translate}</h2>
+ {$dataTableRegion}
- <h2>{'UserCountry_City'|translate}</h2>
- {$dataTableCity}
+ <h2>{'UserCountry_City'|translate}</h2>
+ {$dataTableCity}
</div>