Files
ventas_php/templates/forms/search-monederos.tpl

44 lines
1.3 KiB
Smarty
Executable File

<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>