2020-11-16 15:05:39 +01:00
< ion-header class = "ion-no-border" >
< div class = "header-content" >
2021-07-26 20:46:14 +01:00
< div hidden class = "header-icon-left" >
2021-05-03 13:08:57 +01:00
< button class = "btn-no-color cursor-pointer" ( click ) = " close ( ) " >
2021-10-25 13:21:48 +01:00
< ion-icon * ngIf = "ThemeService.currentTheme == 'default' " src = "assets/images/icons-arrow-arrow-left.svg" > < / ion-icon >
< ion-icon * ngIf = "ThemeService.currentTheme == 'gov' " src = "assets/images/icons-arrow-arrow-left.svg" > < / ion-icon >
2021-04-13 11:34:52 +01:00
< / button >
2020-11-16 15:05:39 +01:00
< / div >
< div class = "header-title" >
2021-05-12 09:55:17 +01:00
< label > Enviar para revisão< / label >
2020-11-16 15:05:39 +01:00
< / div >
< / div >
< / ion-header >
< ion-content >
2021-07-26 20:46:14 +01:00
< div class = "ion-input-class-no-height" >
2022-01-20 14:51:34 +01:00
< ion-textarea autocomplete = "on" autocorrect = "on" spellcheck = "true" [ ( ngModel ) ] = " emendMessage " rows = "6" cols = "20" placeholder = "Indique o que necessita ser revisto!" > < / ion-textarea >
2021-07-26 20:46:14 +01:00
< / div >
2020-11-16 15:05:39 +01:00
< / ion-content >
2021-07-26 20:46:14 +01:00
< ion-footer class = "ion-no-border" >
2021-04-07 15:01:03 +01:00
< div class = "buttons width-100" >
2021-05-12 09:55:17 +01:00
< button class = "btn-cancel cursor-pointer" shape = "round" ( click ) = " close ( ) " > Cancelar< / button >
2021-05-12 16:15:30 +01:00
< button class = "btn-ok cursor-pointer" shape = "round" ( click ) = " save ( ) " > Enviar< / button >
2020-11-16 15:05:39 +01:00
< / div >
< / ion-footer >