From 2fee3f7e9006c19d5f54213e94513a9e88804563 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Fri, 29 May 2015 17:12:09 +0200 Subject: #7960 Applied the new form design to the "do not track" form --- .../PrivacyManager/templates/privacySettings.twig | 58 +++++++++++----------- 1 file changed, 30 insertions(+), 28 deletions(-) (limited to 'plugins/PrivacyManager/templates') diff --git a/plugins/PrivacyManager/templates/privacySettings.twig b/plugins/PrivacyManager/templates/privacySettings.twig index 6ac1eeb8bc..e8482a5832 100644 --- a/plugins/PrivacyManager/templates/privacySettings.twig +++ b/plugins/PrivacyManager/templates/privacySettings.twig @@ -281,34 +281,36 @@ {% endif %}

{{ 'PrivacyManager_DoNotTrack_SupportDNTPreference'|translate }}

- - - - - -
-

- {% if dntSupport %} - {% set action='deactivateDoNotTrack' %} - {% set nonce=deactivateNonce %} - {{ 'PrivacyManager_DoNotTrack_Enabled'|translate }} -
- {{ 'PrivacyManager_DoNotTrack_EnabledMoreInfo'|translate }} - {% else %} - {% set action='activateDoNotTrack' %} - {% set nonce=activateNonce %} - {{ 'PrivacyManager_DoNotTrack_Disabled'|translate }} {{ 'PrivacyManager_DoNotTrack_DisabledMoreInfo'|translate }} - {% endif %} -

- - › - {% if dntSupport %}{{ 'PrivacyManager_DoNotTrack_Disable'|translate }} {{ 'General_NotRecommended'|translate }} - {% else %}{{ 'PrivacyManager_DoNotTrack_Enable'|translate }} {{ 'General_Recommended'|translate }}{% endif %} -
-
-
- {{ piwik.inlineHelp('PrivacyManager_DoNotTrack_Description'|translate) }} -
+

+ {% if dntSupport %} + {% set action='deactivateDoNotTrack' %} + {% set nonce=deactivateNonce %} + {{ 'PrivacyManager_DoNotTrack_Enabled'|translate }} +
+ {{ 'PrivacyManager_DoNotTrack_EnabledMoreInfo'|translate }} + {% else %} + {% set action='activateDoNotTrack' %} + {% set nonce=activateNonce %} + {{ 'PrivacyManager_DoNotTrack_Disabled'|translate }} {{ 'PrivacyManager_DoNotTrack_DisabledMoreInfo'|translate }} + {% endif %} +

+
+
+ {{ 'PrivacyManager_DoNotTrack_Description'|translate }} +
+ + {% if dntSupport %} + {{ 'PrivacyManager_DoNotTrack_Disable'|translate }} + {% else %} + {{ 'PrivacyManager_DoNotTrack_Enable'|translate }} + {% endif %} + + {% if dntSupport %} + {{ 'General_NotRecommended'|translate }} + {% else %} + {{ 'General_Recommended'|translate }} + {% endif %} +
{% endif %}

{{ 'CoreAdminHome_OptOutForYourVisitors'|translate }}

-- cgit v1.2.3