Merge pull request #147 from ycastillo/yoselyn.6751

changing color when student is missing in attendance for more than 25% -...
1.9.x
ycastillo 11 years ago
commit 5de028039f
  1. 2
      main/inc/lib/attendance.lib.php

@ -710,7 +710,7 @@ class Attendance
$color_bar = '';
if ($faults_porcent > 25 ) {
$color_bar = '#F11';
$color_bar = '#f28989';
} else if ($faults_porcent > 10) {
$color_bar = '#F90';
}

Loading…
Cancel
Save