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:
authormattab <matthieu.aubry@gmail.com>2013-07-01 06:08:36 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-01 06:08:36 +0400
commit916848085adcc6504c9cb1757e8fc9cba3eee468 (patch)
treebe48f87a4ebbcb93277059ff6640292061f99900 /plugins/VisitorGenerator
parent84bf3a5eab6ae6529690460e044fd7c908305b71 (diff)
* Enabling Twig 'strict_variables' so that we write best code possible, and learn early if some tpl code is not valid. Fixing few bugs that this uncovered
* refactoring the percent column label in getPercentVisitColumn() * removing indexBeforeMenu and putting directly in parent template Refs #4019
Diffstat (limited to 'plugins/VisitorGenerator')
-rw-r--r--plugins/VisitorGenerator/templates/index.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VisitorGenerator/templates/index.twig b/plugins/VisitorGenerator/templates/index.twig
index 85b3006287..866bf2c448 100644
--- a/plugins/VisitorGenerator/templates/index.twig
+++ b/plugins/VisitorGenerator/templates/index.twig
@@ -11,7 +11,7 @@
<td><label for="idSite">{{ 'General_ChooseWebsite'|translate }}</label></td>
<td>
{% include "@CoreHome/_siteSelect.twig" with {
- 'showAllSitesItem':false,'showSelectedSite':true,'switchSiteOnSelect':false,'inputName':idSite } %}
+ 'showAllSitesItem':false,'showSelectedSite':true,'switchSiteOnSelect':false,'inputName':'idSite' } %}
</td>
</tr>
<tr>