|
@@ -88,7 +88,7 @@ class TotalReport extends Card
|
|
$content = parent::renderContent();
|
|
$content = parent::renderContent();
|
|
|
|
|
|
return <<<HTML
|
|
return <<<HTML
|
|
-<div class="d-flex justify-content-between align-items-center mt-1" style="margin-bottom: 2px;cursor: pointer" onclick="location.href='/admin/user'">
|
|
|
|
|
|
+<div class="d-flex justify-content-between align-items-center mt-1" style="margin-bottom: 2px;cursor: pointer" onclick="location.href='/admin/report_log'">
|
|
<h2 class="ml-1 font-lg-1" style="font-size: 48px!important;">{$content}</h2>
|
|
<h2 class="ml-1 font-lg-1" style="font-size: 48px!important;">{$content}</h2>
|
|
</div>
|
|
</div>
|
|
|
|
|