This commit is contained in:
@@ -101,9 +101,9 @@ function orderNum($v)
|
||||
?>
|
||||
|
||||
<div class="mb-4 text-center">
|
||||
<p class="text-muted small mb-1">Active Students</p>
|
||||
<p class="text-muted small mb-1">Enrolled Students</p>
|
||||
<div class="display-4 fw-semibold"><?= (int)$totalStudents ?></div>
|
||||
<p class="text-muted small mb-0">Reflects only currently active students, so removals update the count instantly.</p>
|
||||
<p class="text-muted small mb-0">Reflects accepted enrollments for the selected school year.</p>
|
||||
</div>
|
||||
|
||||
<form method="get" class="row g-3 mb-4 align-items-end">
|
||||
@@ -132,8 +132,8 @@ function orderNum($v)
|
||||
<div class="col-lg-4">
|
||||
<div class="card shadow-sm h-100">
|
||||
<div class="card-header py-2 d-flex justify-content-between align-items-center">
|
||||
<strong>Active Student Snapshot</strong>
|
||||
<span class="badge bg-primary"><?= (int)$totalStudents ?> active</span>
|
||||
<strong>Enrolled Student Snapshot</strong>
|
||||
<span class="badge bg-primary"><?= (int)$totalStudents ?> enrolled</span>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="d-flex flex-wrap gap-3">
|
||||
|
||||
Reference in New Issue
Block a user