Primer commit del sistema avantika sin cambios
This commit is contained in:
26
templates/lists/suggest-proveedor.tpl
Executable file
26
templates/lists/suggest-proveedor.tpl
Executable file
@@ -0,0 +1,26 @@
|
||||
|
||||
<div id="sugBox">
|
||||
|
||||
<div class="btnClose"><a href="javascript:void(0)" onclick="CloseSugProv()">X Cerrar</a></div>
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="1" class="resTbl">
|
||||
{foreach from=$proveedores item=item key=key}
|
||||
<tr>
|
||||
<td class="item" width="100" align="center" height="25" onclick="FillInfoProv({$item.proveedorId})">
|
||||
{$item.noProv}
|
||||
</td>
|
||||
<td class="item" width="100" align="center" height="25" onclick="FillInfoProv({$item.proveedorId})">
|
||||
{$item.rfc}
|
||||
</td>
|
||||
<td class="item" onclick="FillInfoProv({$item.proveedorId})"> {$item.nombre}</td>
|
||||
</tr>
|
||||
{foreachelse}
|
||||
<tr>
|
||||
<td class="item" width="100" align="center" height="25" onclick="CloseSugProv()">
|
||||
Ningún registro encontrado.
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</table>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user