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:
authormattab <matthieu.aubry@gmail.com>2015-01-14 02:04:25 +0300
committermattab <matthieu.aubry@gmail.com>2015-01-14 02:04:25 +0300
commita96cfd8aa4deff3c37b9e0185a593d51808fa5c5 (patch)
tree63d9055ae10f3616c2bc599b72424e42b85f9aad /core/ReportRenderer.php
parent601c96f80f9bce2cc725567c1a96169e704a190a (diff)
Scheduled reports, set the table header font to uppercase
Diffstat (limited to 'core/ReportRenderer.php')
-rw-r--r--core/ReportRenderer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ReportRenderer.php b/core/ReportRenderer.php
index adb7d41006..8c1c47a7b5 100644
--- a/core/ReportRenderer.php
+++ b/core/ReportRenderer.php
@@ -28,6 +28,7 @@ abstract class ReportRenderer extends BaseFactory
const REPORT_TITLE_TEXT_COLOR = "126,115,99";
const TABLE_HEADER_BG_COLOR = "228,226,215";
const TABLE_HEADER_TEXT_COLOR = "37,87,146";
+ const TABLE_HEADER_TEXT_TRANSFORM = "uppercase";
const TABLE_CELL_BORDER_COLOR = "231,231,231";
const TABLE_BG_COLOR = "249,250,250";