Commit f1a36aeb78ebf840ceb449a98f8034b2bc6fae42
1 parent
e3bcbeb6
Exists in
master
Redmine #3700 Adição de lavel de ação de fluxo
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
cit-ecm-web/src/main/webapp/html/gerenciarProcesso/includeCabecalhoGerenciarProcesso.jsp
... | ... | @@ -4,13 +4,13 @@ |
4 | 4 | <button ng-show="task.flowElement.actions && task.flowElement.actions.length == 1" title="{{$translate.instant('ESI.EXECUCAO_TAREFA.GRAVAR_TAREFA_AVANCAR')}}" |
5 | 5 | alt="{{$translate.instant('ESI.EXECUCAO_TAREFA.GRAVAR_TAREFA_AVANCAR')}}" class="btn btn-clear" ng-click="executarProcesso(task.flowElement.actions[0])"> |
6 | 6 | <i class="fa fa-play-circle green"></i> |
7 | - <translate>LABEL.AVANCAR_FLUXO</translate> | |
7 | + <translate>ECM.LABEL.AVANCAR_FLUXO</translate> | |
8 | 8 | </button> |
9 | 9 | |
10 | 10 | <div class="btn-group dropdown" role="group" dropdown ng-show=" task.flowElement.actions && task.flowElement.actions.length > 1"> |
11 | 11 | <button type="button" class="btn btn-clear" dropdown-toggle> |
12 | 12 | <i class="fa fa-play-circle green"></i> |
13 | - <translate>LABEL.AVANCAR_FLUXO</translate> | |
13 | + <translate>ECM.LABEL.AVANCAR_FLUXO</translate> | |
14 | 14 | <span class="fa fa-caret-down icon-on-right"></span> |
15 | 15 | </button> |
16 | 16 | ... | ... |