Cambio color

This commit is contained in:
2024-06-25 10:03:43 -06:00
parent 495471ab10
commit f7e7d72f00

View File

@@ -215,7 +215,7 @@ if(!is_null($user->periodo_id)){
<td class="align-middle">
<?php echo $reposicion["materia_nombre"]=="" ? "-":$reposicion["materia_nombre"]; ?>
<br>
<small><?php echo $reposicion["profesor_nombre"]; ?></small>
<small class="text-info"><?php echo $reposicion["profesor_nombre"]; ?></small>
</td>
<td class="align-middle text-center"><?php
if($reposicion["fecha_clase"] == "") echo "-";