Reposiciones

This commit is contained in:
2023-09-05 18:53:27 +00:00
parent 2479bc4574
commit 0e400cb745
5 changed files with 88 additions and 39 deletions

View File

@@ -95,6 +95,11 @@ $fecha_fin_db= date("Y-m-d", strtotime($fecha_fin));
.wizard.active > div:first-child { background: #00A6CE; }
.wizard.active > div:last-child { width: 0px; height: 0px; border-style: solid; border-width: 10px 0 10px 6px; border-color: transparent transparent transparent #00a6ce; transform: rotate(0deg); }
</style>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap/popper.min.js"></script>
<script src="js/bootstrap/bootstrap.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/datepicker-es.js"></script>
</head>
@@ -257,7 +262,7 @@ $fecha_fin_db= date("Y-m-d", strtotime($fecha_fin));
<li data-id="<?php echo $prof["profesor_id"];?>" <?php if($prof["profesor_id"]==$user->profesor){ echo "class='selected'";} ?> ><?php echo $prof["profesor_nombre"];?></li>
<?php } ?>
</ul>
<input type="hidden" id="prof" name="prof" value="<?php echo $id_prof;?>">
<input type="hidden" id="prof" name="prof" value="">
</div>
</div>
</div>
@@ -360,9 +365,7 @@ $fecha_fin_db= date("Y-m-d", strtotime($fecha_fin));
</div>
</div>
</div>
</div>
<div class="form-box form-box-info prof-selected">
<div class="form-group row materia-block">
<label for="comentario" class="col-4 col-form-label">Comentarios</label>
<div class="col-8">