Files
ventas_php/templates/items/proveedores-base.tpl

11 lines
556 B
Smarty
Executable File

<tr>
<td align="center">{$item.noProv}</td>
<td align="center">{$item.rfc}</td>
<td>{$item.nombre}</td>
<td align="center">{$item.telefono}</td>
<td align="center">
<img src="{$WEB_ROOT}/images/icons/details.png" class="spanView" id="{$item.proveedorId}" title="Ver Detalles"/>
<img src="{$WEB_ROOT}/images/icons/edit.gif" class="spanEdit" id="{$item.proveedorId}" title="Editar"/>
<img src="{$WEB_ROOT}/images/icons/delete.gif" class="spanDelete" id="{$item.proveedorId}" title="Eliminar"/>
</td>
</tr>