Commit 13909af9e045d73a721bec63d8e08ca319531d5e
1 parent
4d1eacda
Exists in
master
#4199 Change Request. Atribuir Processos a um usuário.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
cit-ecm-web/src/main/webapp/html/gerenciarProcesso/includeCabecalhoGerenciarProcesso.jsp
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | </button> |
46 | 46 | |
47 | 47 | <button type="button" ng-if="unidadeProcesso.usuarioResponsavel.id != usuarioLogado.id" class="btn btn-clear" ng-click="exibirAlertaCapturar()"> |
48 | - <i class="fa fa-book blue"></i> | |
48 | + <i class="fa fa-thumb-tack"></i> | |
49 | 49 | <translate>ECM.LABEL.CAPTURAR</translate> |
50 | 50 | </button> |
51 | 51 | |
... | ... | @@ -71,7 +71,7 @@ |
71 | 71 | <li><a href="javascript: return false;" ng-click='exibirDialogConfirmacaoRemoverCredencial()'><i class="fa fa-user-times">  </i> <translate>ECM.LABEL.RENUNCIAR_CREDENCIAL</translate> </a></li> |
72 | 72 | </sec:authorize> |
73 | 73 | |
74 | - <li><a href="javascript: return false;" ng-click='atribuirProcesso()' ng-if="unidadeProcesso.id"><i class="fa fa-user-times">  </i> <translate>ECM.LABEL.ATRIBUIR_PROCESSO</translate> </a></li> | |
74 | + <li><a href="javascript: return false;" ng-click='atribuirProcesso()' ng-if="unidadeProcesso.id"><i class="fa fa-male">  </i> <translate>ECM.LABEL.ATRIBUIR_PROCESSO</translate> </a></li> | |
75 | 75 | </ul> |
76 | 76 | </div> |
77 | 77 | ... | ... |