Cambio de columnas y borrado de archivos
This commit is contained in:
@@ -192,7 +192,7 @@ if(!is_null($user->periodo_id)){
|
||||
<?php
|
||||
foreach($reposiciones_rs as $reposicion){
|
||||
?>
|
||||
<tr data-id="<?php echo $reposicion["reposicion_id"]; ?>" id="id<?php echo $reposicion["reposicion_id"]; ?>">
|
||||
<tr data-id="<?php echo $reposicion["solicitud_id"]; ?>" id="id<?php echo $reposicion["solicitud_id"]; ?>">
|
||||
<td class="align-middle text-center" style="color:<?php echo $reposicion["estado_color"];?>" title="<?php echo $reposicion["estado_nombre"];?>">
|
||||
<?php if($reposicion["estado_reposicion_id"] < 3){ ?>
|
||||
<div class="wizard <?php if(intval($reposicion["estado_reposicion_id"])==2) echo "active";?> d-flex mx-auto">
|
||||
@@ -224,7 +224,7 @@ if(!is_null($user->periodo_id)){
|
||||
?>
|
||||
</td>
|
||||
<td class="align-middle text-center"><?php
|
||||
echo $reposicion["duracion_total"];
|
||||
echo $reposicion["duracion_interval"];
|
||||
?>
|
||||
</td>
|
||||
<td class="align-middle text-center"><?php
|
||||
|
||||
Reference in New Issue
Block a user