* Finish task #9002.

This commit is contained in:
holan20180123
2021-01-13 15:04:11 +08:00
parent 2756ad7ab2
commit c9f0612924
31 changed files with 399 additions and 186 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
$active = 'btn-active-text';
$label .= " <span class='label label-light label-badge'>{$pager->recTotal}</span>";
}
echo html::a(inlink('dynamic', "type=$period&userID={$user->id}"), $label, '', "class='btn btn-link $active' id='{$period}'")
echo html::a(inlink('dynamic', "userID={$user->id}&fromModule=$fromModule&type=$period"), $label, '', "class='btn btn-link $active' id='{$period}'")
?>
<?php endforeach;?>
</div>