Commit e8b6eda9ca9d6dcec0b9a477ef62c738396d8275

Authored by Adriano Vieira
1 parent 48bf085a
Exists in master and in 1 other branch 3.1

- melhoria cosmética: cursor em imagem como indicador de botão

git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/gerente@858 fecfc0c7-e812-0410-ae72-849f08638ee7
admin/gerencia_licencas/aquisicoes_itens_01.tmpl.php
... ... @@ -268,9 +268,9 @@ defined( 'CACIC' ) or die( 'Acesso restrito (Restricted access)!' );
268 268 {VENCIMENTO_LICENCA}
269 269 </td>
270 270 <td>
271   - <img style='width: 16px; height: 16px;' src="../../imgs/error.png" title="{TIPO_LICENCA_ACTIONS_DELETE_TITLE}"
  271 + <img style='width: 16px; height: 16px; cursor:pointer;' src="../../imgs/error.png" title="{TIPO_LICENCA_ACTIONS_DELETE_TITLE}"
272 272 onClick="setDocVar( 'btn_action_excluir', '{AQUISICAO_ID}_{SOFTWARE_ID}_{TIPO_LICENCA_ID}' ); sendForm(document.CacicCommon_form);" />
273   - <img style='width: 16px; height: 16px;' src="../../imgs/details.gif" title="{TIPO_LICENCA_ACTIONS_EDIT_TITLE}"
  273 + <img style='width: 16px; height: 16px; cursor:pointer;' src="../../imgs/details.gif" title="{TIPO_LICENCA_ACTIONS_EDIT_TITLE}"
274 274 onClick="setDocVar( 'btn_action_edit', '{AQUISICAO_ID}_{SOFTWARE_ID}_{TIPO_LICENCA_ID}' ); sendForm(document.CacicCommon_form);" />
275 275 </td>
276 276 </tr>
... ...