fix viewer options

This commit is contained in:
tiago.kayaya
2021-10-11 09:28:54 +01:00
parent 1e34d58b2c
commit 3ce0361f21
9 changed files with 42 additions and 27 deletions
@@ -5,7 +5,7 @@
</button>
</div>
<div class="buttons">
<button (click)="takePicture()" full class="btn-ok" shape="round" >Tirar Fotografia</button>
<button hidden (click)="takePicture()" full class="btn-ok" shape="round" >Tirar Fotografia</button>
<button (click)="addFile()" class="btn-ok" shape="round" >Anexar Documento</button>
<button hidden (click)="anexarFoto()" full class="btn-ok" shape="round" >Anexar Fotografia</button>
<button (click)="addDocGestaoDocumental()" class="btn-ok" shape="round" >Gestão Documental</button>