cambio de lugar de form
This commit is contained in:
@@ -194,6 +194,8 @@ if($user->periodo_id!= ""){
|
|||||||
<button type="button" class="btn btn-outline-danger" onclick="window.location.href = window.location.href"><span class="ing-borrar ing-fw"></span> Limpiar</button>
|
<button type="button" class="btn btn-outline-danger" onclick="window.location.href = window.location.href"><span class="ing-borrar ing-fw"></span> Limpiar</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
|
||||||
<form action="./export/solicitudes_excel.php" target="_blank" >
|
<form action="./export/solicitudes_excel.php" target="_blank" >
|
||||||
<input type="hidden" name="fecha_inicial" value="<?php echo $fecha_ini;?>">
|
<input type="hidden" name="fecha_inicial" value="<?php echo $fecha_ini;?>">
|
||||||
<input type="hidden" name="fecha_final" value="<?php echo $fecha_fin;?>">
|
<input type="hidden" name="fecha_final" value="<?php echo $fecha_fin;?>">
|
||||||
@@ -201,7 +203,6 @@ if($user->periodo_id!= ""){
|
|||||||
<button class="btn btn-outline-secondary" id="exportar" type="submit"><span class="ing-descarga"></span> Descargar xls</button>
|
<button class="btn btn-outline-secondary" id="exportar" type="submit"><span class="ing-descarga"></span> Descargar xls</button>
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
</form>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user