diff --git a/module/block/ui/singlestatisticblock.html.php b/module/block/ui/singlestatisticblock.html.php index c6937ba902..1bd6f44940 100644 --- a/module/block/ui/singlestatisticblock.html.php +++ b/module/block/ui/singlestatisticblock.html.php @@ -35,6 +35,24 @@ foreach($product->monthCreated as $date => $count) panel ( + to::titleSuffix + ( + icon + ( + setClass('text-light text-sm cursor-pointer'), + toggle::tooltip + ( + array + ( + 'title' => sprintf($lang->block->tooltips['metricTime'], $metricTime), + 'placement' => 'bottom', + 'type' => 'white', + 'className' => 'text-dark border border-light leading-5' + ) + ), + 'help' + ) + ), setClass('singleproductstatistic-block ' . ($longBlock ? 'block-long' : 'block-sm')), set::headingClass('border-b'), set::title($block->title),