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:
authorGregor Aisch <contact@vis4.net>2013-05-06 14:27:20 +0400
committerGregor Aisch <contact@vis4.net>2013-05-06 14:27:20 +0400
commite2715e4c05b7e065ac747702123073474cc336a9 (patch)
treec62ddfa25a0629ab8563ed5b466dcb91f2150d13 /plugins/PrivacyManager/templates
parent2d5e620b3d0e14f892c209118d4b50e066f9acc0 (diff)
fixed privacySettings twig template (using filter urlRewriteWithParameters instead of function url)
Diffstat (limited to 'plugins/PrivacyManager/templates')
-rw-r--r--plugins/PrivacyManager/templates/privacySettings.twig6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/PrivacyManager/templates/privacySettings.twig b/plugins/PrivacyManager/templates/privacySettings.twig
index 892cfbb9bb..35077506c3 100644
--- a/plugins/PrivacyManager/templates/privacySettings.twig
+++ b/plugins/PrivacyManager/templates/privacySettings.twig
@@ -8,7 +8,7 @@
See also our official guide <b><a href='http://piwik.org/privacy/' target='_blank'>Web Analytics Privacy</a></b></p>
<a name="anonymizeIPAnchor"></a>
<h2>{{ 'PrivacyManager_UseAnonymizeIp'|translate }}</h2>
- <form method="post" action="{{ url({'action':'saveSettings', 'form':'formMaskLength', 'token_auth':token_auth}) }}" id="formMaskLength" name="formMaskLength">
+ <form method="post" action="{{ {'action':'saveSettings', 'form':'formMaskLength', 'token_auth':token_auth} | urlRewriteWithParameters }}" id="formMaskLength" name="formMaskLength">
<div id='anonymizeIpSettings'>
<table class="adminTable" style='width:800px;'>
<tr>
@@ -74,7 +74,7 @@
<a name="deleteLogsAnchor"></a>
<h2>{{ 'PrivacyManager_DeleteDataSettings'|translate }}</h2>
<p>{{ 'PrivacyManager_DeleteDataDescription'|translate }} {{ 'PrivacyManager_DeleteDataDescription2'|translate }}</p>
- <form method="post" action="{{ url({'action':'saveSettings','form':'formDeleteSettings','token_auth':token_auth}) }}" id="formDeleteSettings" name="formMaskLength">
+ <form method="post" action="{{ {'action':'saveSettings','form':'formDeleteSettings','token_auth':token_auth} | urlRewriteWithParameters }}" id="formDeleteSettings" name="formMaskLength">
<table class="adminTable" style='width:800px;'>
<tr id='deleteLogSettingEnabled'>
<td width="250">{{ 'PrivacyManager_UseDeleteLog'|translate }}<br/>
@@ -246,7 +246,7 @@
{% endif %}
</p>
<span style='margin-left:20px'>
- <a href='{{ url({'module':'CorePluginsAdmin','token_auth':token_auth,'action':action,'pluginName':'DoNotTrack'}) }}#DNT'>&rsaquo;
+ <a href='{{ {'module':'CorePluginsAdmin','token_auth':token_auth,'action':action,'pluginName':'DoNotTrack'} | urlRewriteWithParameters }}#DNT'>&rsaquo;
{% if dntSupport %}{{ 'PrivacyManager_DoNotTrack_Disable'|translate }} {{ 'General_NotRecommended'|translate }}
{% else %}{{ 'PrivacyManager_DoNotTrack_Enable'|translate }} {{ 'General_Recommended'|translate }}{% endif %}
<br/>