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

17 lines
562 B
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 RFC o Nombre</div>
</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">
<input type="text" size="35" name="word" id="word" class="largeInput" onkeyup="CheckKey(event)" />
<input type="button" name="btnSearch" value="Buscar" class="btnSearch" onclick="Search()" />
</td>
</tr>
</tbody>
</table>