Formulario descarga Excel
This commit is contained in:
@@ -194,9 +194,11 @@ 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 action="./export/solicitudes_excel.php" >
|
<form action="./export/solicitudes_excel.php" target="_blank" >
|
||||||
|
<input type="hidden" name="fecha_inicial" value="<?php echo $fecha_ini;?>">
|
||||||
|
<input type="hidden" name="fecha_final" value="<?php echo $fecha_fin;?>">
|
||||||
<p class="text-right">
|
<p class="text-right">
|
||||||
<button class="btn btn-secondary" id="exportar"><span class="ing-descargar"></span>Descargar xls</button>
|
<button class="btn btn-secondary" id="exportar" type="submit"><span class="ing-descargar"></span>Descargar xls</button>
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user