From cfae8cb91435a14161f933f4575b9933fdebd267 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Fri, 21 Oct 2022 15:36:08 +0200 Subject: [PATCH] chg: [indexTable:indexStatistic] better support of themes --- .../IndexTable/Statistics/index_statistic_field_amount.php | 2 +- .../IndexTable/Statistics/index_statistic_timestamp.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/element/genericElements/IndexTable/Statistics/index_statistic_field_amount.php b/templates/element/genericElements/IndexTable/Statistics/index_statistic_field_amount.php index 1f92f0e..123da84 100644 --- a/templates/element/genericElements/IndexTable/Statistics/index_statistic_field_amount.php +++ b/templates/element/genericElements/IndexTable/Statistics/index_statistic_field_amount.php @@ -57,7 +57,7 @@ foreach ($statistics['usage'] as $scope => $graphData) { 'bodyClass' => 'py-1 px-2', 'class' => ['shadow-sm', 'h-100'] ]); - $statisticsHtml .= sprintf('
%s
', $statPie); + $statisticsHtml .= sprintf('
%s
', $statPie); } ?> diff --git a/templates/element/genericElements/IndexTable/Statistics/index_statistic_timestamp.php b/templates/element/genericElements/IndexTable/Statistics/index_statistic_timestamp.php index c202890..bd0d43b 100644 --- a/templates/element/genericElements/IndexTable/Statistics/index_statistic_timestamp.php +++ b/templates/element/genericElements/IndexTable/Statistics/index_statistic_timestamp.php @@ -95,7 +95,7 @@ $card = $this->Bootstrap->card([ ?> -
+