瀏覽代碼

Cambio color

alejandro.lara 1 年之前
父節點
當前提交
f7e7d72f00
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      solicitud_crear.php

+ 1 - 1
solicitud_crear.php

@@ -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 "-";