plugins/sys/templates/admin/custom_replace/words_item.stpl

Summary

Maintainability
Test Coverage
<tr class="{bg_class}">
    <td><a href="{edit_link}"><b>{key}</b></a>&nbsp;</td>
    <td>{desc}&nbsp;</td>
    <td>{if("active" eq 1)}<span class="label label-success">{t(YES)}</span>{/if}{if("active" eq 0)}<span class="label label-warning">{t(NO)}</span>{/if}</td>
    <td nowrap>
        <a href="{edit_link}"><img height="16" width="16" border="0" src="images/links_edit.gif" alt="{t(Edit)}" /></a>&nbsp;
        <a href="{delete_link}" onclick="return confirm('{t(Are you sure?)}');"><img height="16" width="16" border="0" src="images/links_delete.gif" alt="{t(Delete)}" /></a>&nbsp;
    </td>
</tr>