Commit 0f8ded4bb2a6fcb8dcd5017694d13852ce92c0ee
1 parent
928f8f31
Exists in
master
redmine tarefa-4583
Showing
2 changed files
with
3 additions
and
5 deletions
Show diff stats
cit-ecm-web/src/main/java/br/com/centralit/listener/StartupListenerEcm.java
| ... | ... | @@ -414,6 +414,8 @@ public class StartupListenerEcm extends UtilStartup implements ApplicationListen |
| 414 | 414 | internacionalizacaoList.add(new Internacionalizacao("ECM.LABEL.OU", "ou", dominio, modulo)); |
| 415 | 415 | internacionalizacaoList.add(new Internacionalizacao("ECM.LABEL.CERTIFICADO_DIGITAL", "Certificado Digital", dominio, modulo)); |
| 416 | 416 | internacionalizacaoList.add(new Internacionalizacao("ECM.LABEL.ASSINATURA_DOCUMENTO", "Assinatura de Documento", dominio, modulo)); |
| 417 | + internacionalizacaoList.add(new Internacionalizacao("ECM.LABEL.ASSINAR", "Assinar", dominio, modulo)); | |
| 418 | + | |
| 417 | 419 | } |
| 418 | 420 | |
| 419 | 421 | /** | ... | ... |
cit-ecm-web/src/main/webapp/html/documentoGed/documentoAssinatura.html
| ... | ... | @@ -55,13 +55,9 @@ |
| 55 | 55 | |
| 56 | 56 | <div class="row"> |
| 57 | 57 | <div class="col-md-12"> |
| 58 | - <button title="{{$translate.instant('LABEL.SALVAR')}}" alt="{{$translate.instant('LABEL.SALVAR')}}" type="button" class="btn btn-sm btn-primary" dropdown-toggle> | |
| 58 | + <button title="{{$translate.instant('LABEL.SALVAR')}}" alt="{{$translate.instant('LABEL.SALVAR')}}" type="button" class="btn btn-sm btn-primary"> | |
| 59 | 59 | <i class="fa fa-save green"></i> |
| 60 | 60 | <translate>LABEL.SALVAR</translate> |
| 61 | - <span class="fa fa-caret-down icon-on-right"></span> | |
| 62 | - </button> | |
| 63 | - <button class="btn btn-sm btn-primary" ng-click="resetForm()" type="button"> | |
| 64 | - <translate>LABEL.LIMPAR</translate> | |
| 65 | 61 | </button> |
| 66 | 62 | </div> |
| 67 | 63 | </div> | ... | ... |