Primer commit del sistema avantika sin cambios
This commit is contained in:
44
templates/forms/search-monederos.tpl
Executable file
44
templates/forms/search-monederos.tpl
Executable file
@@ -0,0 +1,44 @@
|
||||
<table width="100%" cellpadding="0" cellspacing="0" id="box-table-a" style="border-top:1px solid #999999">
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="20%"></th>
|
||||
<th align="center"><div align="center">Tipo</div></th>
|
||||
<th align="center"><div align="center">Status</div></th>
|
||||
<th width="20%"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td align="center">
|
||||
{include file="{$DOC_ROOT}/templates/lists/enumTipoMonedero.tpl" modo="search"}
|
||||
</td>
|
||||
<td align="center">
|
||||
<select name="status2" id="status2" class="largeInput">
|
||||
<option value="">Seleccione</option>
|
||||
<option value="Vendido">Vendido</option>
|
||||
<option value="Disponible">Disponible</option>
|
||||
<option value="Activo">Activo</option>
|
||||
<option value="Inactivo">Inactivo</option>
|
||||
</select>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4" align="center">
|
||||
<input type="button" name="btnSearch" value="Buscar" class="btnSearch" onclick="Search()" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
<div align="center">
|
||||
<div id="loadBusqueda" style="display:none">
|
||||
<br />
|
||||
<img src="http://www.facturase.com/images/loading.gif" width="16" height="16" />
|
||||
<br />Cargando...
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user