diff --git a/apps/red-ui/src/app/modules/file-preview/components/annotation-actions/annotation-actions.component.html b/apps/red-ui/src/app/modules/file-preview/components/annotation-actions/annotation-actions.component.html index bb81fe0b1..8e2cb6aee 100644 --- a/apps/red-ui/src/app/modules/file-preview/components/annotation-actions/annotation-actions.component.html +++ b/apps/red-ui/src/app/modules/file-preview/components/annotation-actions/annotation-actions.component.html @@ -92,6 +92,7 @@ [tooltipPosition]="tooltipPosition" [tooltip]="'annotation-actions.recategorize-image' | translate" [type]="buttonType" + [iqserHelpMode]="helpModeKey + '_recategorize'" icon="red:thumb-down" > @@ -120,6 +121,7 @@ *ngIf="annotationPermissions.canForceHint" [tooltipPosition]="tooltipPosition" [tooltip]="'annotation-actions.force-hint.label' | translate" + [iqserHelpMode]="helpModeKey + '_force_hint'" [type]="buttonType" icon="red:thumb-up" > @@ -130,6 +132,7 @@ [tooltipPosition]="tooltipPosition" [tooltip]="'annotation-actions.hide' | translate" [type]="buttonType" + [iqserHelpMode]="helpModeKey + '_hide'" icon="red:visibility-off" > diff --git a/apps/red-ui/src/assets/help-mode/links.json b/apps/red-ui/src/assets/help-mode/links.json index 9786ee578..c22e47f2d 100644 --- a/apps/red-ui/src/assets/help-mode/links.json +++ b/apps/red-ui/src/assets/help-mode/links.json @@ -155,6 +155,36 @@ "it": "", "fr": "" }, + "hint_recategorize": { + "en": "/en/index-en.html?contextId=hint_recategorize", + "de": "", + "it": "", + "fr": "" + }, + "hint_hide": { + "en": "/en/index-en.html?contextId=hint_hide", + "de": "", + "it": "", + "fr": "" + }, + "hint_force_hint": { + "en": "/en/index-en.html?contextId=hint_force_hint", + "de": "", + "it": "", + "fr": "" + }, + "redaction_recategorize": { + "en": "/en/index-en.html?contextId=redaction_recategorize", + "de": "", + "it": "", + "fr": "" + }, + "redaction_hide": { + "en": "/en/index-en.html?contextId=redaction_hide", + "de": "", + "it": "", + "fr": "" + }, "reset_filters": { "en": "/en/index-en.html?contextId=reset_filters", "de": "",