Created
October 5, 2016 15:57
-
-
Save jerearaujo03/c90df895a002cf88feac3132d289b07b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{-- filtros --}} | |
<div class="well well-sm form-inline text-center"> | |
<div class="form-group"> | |
<label>Desde</label> | |
<input type="text" class="form-control" id="filtro_fecha_desde"/> | |
</div> | |
<div class="form-group"> | |
<label> Hasta</label> | |
<input type="text" class="form-control" id="filtro_fecha_hasta"/> | |
</div> | |
<button id="limpiar_filtro_fecha" class="btn btn-xs btn-danger"><i class="fa fa-times" aria-hidden="true"></i></button> | |
<button class="btn btn-success hidden" type="button" id="filtrar_fecha">Filtrar</button> | |
</div> | |
{{-- fin filtros --}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment