|
@@ -194,13 +194,14 @@ 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" 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">
|
|
|
|
|
- <button class="btn btn-outline-secondary" id="exportar" type="submit"><span class="ing-descarga"></span> Descargar xls</button>
|
|
|
|
|
- </p>
|
|
|
|
|
- </form>
|
|
|
|
|
|
|
+ </form>
|
|
|
|
|
+
|
|
|
|
|
+ <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">
|
|
|
|
|
+ <button class="btn btn-outline-secondary" id="exportar" type="submit"><span class="ing-descarga"></span> Descargar xls</button>
|
|
|
|
|
+ </p>
|
|
|
</form>
|
|
</form>
|
|
|
|
|
|
|
|
|
|
|