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 <thomas.steur@googlemail.com>2014-02-16 05:55:58 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-02-25 04:14:45 +0400
commitbb99f42e0831b9f576885cd2d261e24e91c4cdd1 (patch)
treee0350ae258516dfa002aa4f47a6f870e57978079 /plugins/UsersManager/templates/index.twig
parentb97f6f13a2bc6656bdf397fa2c3222a34413b9ff (diff)
some more angular best practices
Diffstat (limited to 'plugins/UsersManager/templates/index.twig')
-rw-r--r--plugins/UsersManager/templates/index.twig6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/UsersManager/templates/index.twig b/plugins/UsersManager/templates/index.twig
index 3b19bae88c..e0ba163e63 100644
--- a/plugins/UsersManager/templates/index.twig
+++ b/plugins/UsersManager/templates/index.twig
@@ -16,10 +16,10 @@
<div piwik-site-selector
siteid="{{ idSiteSelected }}"
sitename="{{ defaultReportSiteName }}"
- allsitestext="{{ applyAllSitesText|raw }}"
- allsiteslocation="top"
+ all-sites-text="{{ applyAllSitesText|raw }}"
+ all-sites-location="top"
id="usersManagerSiteSelect"
- switchsiteonselect="false"></div>
+ switch-site-on-select="false"></div>
</section>
</div>