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@gmail.com>2013-11-12 05:39:58 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-11-12 05:39:58 +0400
commit6061acc11ad8b79bac8edfb1b476fc967c688c05 (patch)
tree244fb03037aaf6c1dbb0eb1df626e555263f77b0 /plugins/PrivacyManager/templates
parent288e5dbfa9bb778a42bc35c2dfceaedada298249 (diff)
refs #4256 updated inline help layout to be consistent with notifications
Diffstat (limited to 'plugins/PrivacyManager/templates')
-rw-r--r--plugins/PrivacyManager/templates/privacySettings.twig14
1 files changed, 10 insertions, 4 deletions
diff --git a/plugins/PrivacyManager/templates/privacySettings.twig b/plugins/PrivacyManager/templates/privacySettings.twig
index 7cf4d73bf1..dc2753f6df 100644
--- a/plugins/PrivacyManager/templates/privacySettings.twig
+++ b/plugins/PrivacyManager/templates/privacySettings.twig
@@ -25,7 +25,9 @@
<input type="hidden" name="pluginName" value="{{ anonymizeIP.name }}"/>
</td>
<td width="200">
- {{ piwik.inlineHelp('AnonymizeIP_PluginDescription'|translate) }}
+ <div style="width:180px">
+ {{ piwik.inlineHelp('AnonymizeIP_PluginDescription'|translate) }}
+ </div>
</td>
</tr>
</table>
@@ -45,7 +47,9 @@
checked {% endif %}/> {{ 'PrivacyManager_AnonymizeIpMaskLength'|translate("3","192.xxx.xxx.xxx") }}</label>
</td>
<td width="200">
- {{ piwik.inlineHelp('PrivacyManager_GeolocationAnonymizeIpNote'|translate) }}
+ <div style="width:180px">
+ {{ piwik.inlineHelp('PrivacyManager_GeolocationAnonymizeIpNote'|translate) }}
+ </div>
</td>
</tr>
<tr>
@@ -66,7 +70,9 @@
</label>
</td>
<td width="200">
- {{ piwik.inlineHelp('PrivacyManager_UseAnonymizedIpForVisitEnrichmentNote'|translate) }}
+ <div style="width:180px">
+ {{ piwik.inlineHelp('PrivacyManager_UseAnonymizedIpForVisitEnrichmentNote'|translate) }}
+ </div>
</td>
</tr>
</table>
@@ -211,7 +217,7 @@
<td width="200">
{% if deleteData.config.enable_auto_database_size_estimate == '0' %}
{% set manualEstimate %}
- <em><a id="getPurgeEstimateLink" class="ui-inline-help" href="#">{{ 'PrivacyManager_GetPurgeEstimate'|translate }}</a></em>
+ <em><a id="getPurgeEstimateLink" style="width:280px" class="ui-inline-help" href="#">{{ 'PrivacyManager_GetPurgeEstimate'|translate }}</a></em>
{% endset %}
{{ piwik.inlineHelp(manualEstimate) }}
{% endif %}