RED-6890: fix remove only here dialog
This commit is contained in:
parent
f54fb5b806
commit
a3dbc8a7ca
@ -1,23 +1,23 @@
|
|||||||
<section class="dialog">
|
<section class="dialog">
|
||||||
<div
|
<div
|
||||||
class="dialog-header heading-l"
|
|
||||||
[innerHTML]="
|
[innerHTML]="
|
||||||
(data.removeFromDictionary
|
(data.removeFromDictionary
|
||||||
? 'remove-annotations-dialog.remove-from-dictionary.title'
|
? 'remove-annotations-dialog.remove-from-dictionary.title'
|
||||||
: 'remove-annotations-dialog.remove-only-here.title'
|
: 'remove-annotations-dialog.remove-only-here.title'
|
||||||
) | translate : { hint: data.hint }
|
) | translate : { hint: data.hint }
|
||||||
"
|
"
|
||||||
|
class="dialog-header heading-l"
|
||||||
></div>
|
></div>
|
||||||
<form (submit)="save()" [formGroup]="form">
|
<form (submit)="save()" [formGroup]="form">
|
||||||
<div
|
<div class="dialog-content">
|
||||||
class="dialog-content"
|
<span
|
||||||
[innerHTML]="
|
[innerHTML]="
|
||||||
(data.removeFromDictionary
|
(data.removeFromDictionary
|
||||||
? 'remove-annotations-dialog.remove-from-dictionary.question'
|
? 'remove-annotations-dialog.remove-from-dictionary.question'
|
||||||
: 'remove-annotations-dialog.remove-only-here.question'
|
: 'remove-annotations-dialog.remove-only-here.question'
|
||||||
) | translate : { hint: data.hint }
|
) | translate : { hint: data.hint }
|
||||||
"
|
"
|
||||||
>
|
></span>
|
||||||
<div *ngIf="data.removeFromDictionary" class="content-wrapper">
|
<div *ngIf="data.removeFromDictionary" class="content-wrapper">
|
||||||
<table class="default-table">
|
<table class="default-table">
|
||||||
<thead>
|
<thead>
|
||||||
@ -55,9 +55,9 @@
|
|||||||
[type]="iconButtonTypes.primary"
|
[type]="iconButtonTypes.primary"
|
||||||
></iqser-icon-button>
|
></iqser-icon-button>
|
||||||
|
|
||||||
<div class="all-caps-label cancel" mat-dialog-close [translate]="'remove-annotations-dialog.cancel'"></div>
|
<div [translate]="'remove-annotations-dialog.cancel'" class="all-caps-label cancel" mat-dialog-close></div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<iqser-circle-button class="dialog-close" icon="iqser:close" (action)="close()"></iqser-circle-button>
|
<iqser-circle-button (action)="close()" class="dialog-close" icon="iqser:close"></iqser-circle-button>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user