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:
authordiosmosis <diosmosis@users.noreply.github.com>2018-08-15 05:25:35 +0300
committerGitHub <noreply@github.com>2018-08-15 05:25:35 +0300
commit74901290143ca65f6bc705ba1f9b4d3f0d1ae53d (patch)
tree073a5d701a0839435645b907688603e10675672d /plugins/CoreHome/templates
parentc5e749a2cb124bf735743af5dded5f8eacc75233 (diff)
Three small bug fixes (#13288)
* Fix two bugs in users manager component (bulk actions were limited to 100 rows and cancel link spanned whole container length). * Add font styles to top of report link in email. * remove commas * Updated expected files. * update tests again * update test files again.
Diffstat (limited to 'plugins/CoreHome/templates')
-rw-r--r--plugins/CoreHome/templates/ReportRenderer/_htmlReportBody.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/templates/ReportRenderer/_htmlReportBody.twig b/plugins/CoreHome/templates/ReportRenderer/_htmlReportBody.twig
index 989169351f..19196b2747 100644
--- a/plugins/CoreHome/templates/ReportRenderer/_htmlReportBody.twig
+++ b/plugins/CoreHome/templates/ReportRenderer/_htmlReportBody.twig
@@ -81,7 +81,7 @@
</table>
{% endif %}
<p style="width: 100%; text-align:center;">
- <a style="text-decoration:none; font-size: 9pt;" href="#reportTop">
+ <a style="{{ fontStyle }}; text-decoration:none; font-size: 9pt;" href="#reportTop">
{{ 'ScheduledReports_TopOfReport'|translate }} &#8593;
</a></p>
{% endif %}