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

36 lines
1.5 KiB
Smarty
Executable File

<table width="100%" cellpadding="0" cellspacing="0" id="box-table-a" style="border-top:1px solid #999999">
<thead>
<tr>
<th scope="col" align="center">
<div align="center">B&uacute;squeda por Numero de Pedido</div>
</th>
<th scope="col" align="center">
<div align="center">B&uacute;squeda por Proveedor</div>
</th>
<th scope="col" align="center">
<div align="center">&nbsp;</div>
</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">
<input type="text" size="9" name="search1" id="search1" class="largeInput" />
</td>
<td align="center">
<input type="text" size="40" name="search2" id="search2" class="largeInput" />
</td>
<td>
<table style="clear:both">
<tr><td><input onclick="SearchBonificacion();" type="radio" name="filtraStatus" id="Pendiente" value="Pendiente" /></td><td><label for="Pendiente">Pendientes</label></td>
<td><input onclick="SearchBonificacion();" type="radio" name="filtraStatus" id="Aprobado" value="Aprobado" /></td><td><label for="Aprobado">Completadas</label></td>
<td><input onclick="SearchBonificacion();" type="radio" name="filtraStatus" id="Todos" value="Todos" checked="checked" /></td><td><label for="Todos">Todo</label></td></tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" align="center"><input type="button" name="btnSearch" value="Buscar" class="btnSearch" onclick="Search()" /></td>
</tr>
</tbody>
</table>
<input type="hidden" name="type" id="type" value="suggestBonificacion" />