* Code for task #90792.

This commit is contained in:
tianshujie
2023-04-10 14:31:21 +08:00
parent b6458e2de7
commit c99fed9fe9
8 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
if($period == $type)
{
$active = 'btn-active-text';
$label .= " <span class='label label-light label-badge'>{$pager->recTotal}</span>";
$label .= " <span class='label label-light label-badge'>{$recTotal}</span>";
}
echo html::a(inlink('dynamic', "executionID=$executionID&type=$period"), $label, '', "class='btn btn-link $active' id='{$period}'")
?>