Reposiciones
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user