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:
authorStefan Giehl <stefan@piwik.org>2018-05-22 05:16:25 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-05-22 05:16:25 +0300
commit68d3b581cec30a12ef6c1660071c65ba3506d644 (patch)
treedf88bde476ad911af2a40af513f37e07d74252b5 /plugins/CoreHome/templates
parent05d5b3010b889ac7cbea12bc9c4e70c98a33ecb0 (diff)
Ensure no tooltip is shown in open limit selection (#12939)
Diffstat (limited to 'plugins/CoreHome/templates')
-rw-r--r--plugins/CoreHome/templates/_dataTableFooter.twig4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/CoreHome/templates/_dataTableFooter.twig b/plugins/CoreHome/templates/_dataTableFooter.twig
index 9aa46ebb3f..042383dca4 100644
--- a/plugins/CoreHome/templates/_dataTableFooter.twig
+++ b/plugins/CoreHome/templates/_dataTableFooter.twig
@@ -22,9 +22,7 @@
</div>
{% if not isDataTableEmpty and (properties.show_footer_icons and properties.show_pagination_control or properties.show_limit_control) %}
- <div class="col s3 m3 limitSelection"
- title="{{ 'General_RowsToDisplay'|translate }}" alt="{{ 'General_RowsToDisplay'|translate }}"
- ></div>
+ <div class="col s3 m3 limitSelection"></div>
{% endif %}
</div>