Primer commit del sistema avantika sin cambios
This commit is contained in:
36
templates/forms/search-bonificaciones.tpl
Executable file
36
templates/forms/search-bonificaciones.tpl
Executable file
@@ -0,0 +1,36 @@
|
||||
<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úsqueda por Numero de Pedido</div>
|
||||
</th>
|
||||
<th scope="col" align="center">
|
||||
<div align="center">Búsqueda por Proveedor</div>
|
||||
</th>
|
||||
<th scope="col" align="center">
|
||||
<div align="center"> </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" />
|
||||
Reference in New Issue
Block a user