12 lines
449 B
Smarty
Executable File
12 lines
449 B
Smarty
Executable File
<tr>
|
|
<td align="center">{$item.motivoId}</td>
|
|
<td>{$item.nombre}</td>
|
|
<td align="center">
|
|
{if $item.motivoId != 3 && $item.motivoId != 4}
|
|
<img src="{$WEB_ROOT}/images/icons/edit.gif" class="spanEdit" id="{$item.motivoId}" title="Editar"/>
|
|
<img src="{$WEB_ROOT}/images/icons/delete.gif" class="spanDelete" id="{$item.motivoId}" title="Eliminar"/>
|
|
{else}
|
|
---
|
|
{/if}
|
|
</td>
|
|
</tr> |