diff --git a/apps/red-ui/src/app/modules/file-preview/components/highlights-separator/highlights-separator.component.html b/apps/red-ui/src/app/modules/file-preview/components/highlights-separator/highlights-separator.component.html index 3ffe33de5..835c7eb11 100644 --- a/apps/red-ui/src/app/modules/file-preview/components/highlights-separator/highlights-separator.component.html +++ b/apps/red-ui/src/app/modules/file-preview/components/highlights-separator/highlights-separator.component.html @@ -12,6 +12,7 @@ class="mr-2" icon="red:convert" tooltipPosition="above" + iqserHelpMode="convert_highlights" > diff --git a/apps/red-ui/src/app/modules/file-preview/components/view-switch/view-switch.component.html b/apps/red-ui/src/app/modules/file-preview/components/view-switch/view-switch.component.html index d997c1c45..82cf94ca2 100644 --- a/apps/red-ui/src/app/modules/file-preview/components/view-switch/view-switch.component.html +++ b/apps/red-ui/src/app/modules/file-preview/components/view-switch/view-switch.component.html @@ -37,6 +37,7 @@ [disabled]="(canSwitchToRedactedView$ | async) === false" [matTooltip]="'file-preview.text-highlights-tooltip' | translate" class="red-tab" + iqserHelpMode="highlights_view" > {{ 'file-preview.text-highlights' | translate }} diff --git a/apps/red-ui/src/assets/help-mode/links.json b/apps/red-ui/src/assets/help-mode/links.json index c22e47f2d..85249598c 100644 --- a/apps/red-ui/src/assets/help-mode/links.json +++ b/apps/red-ui/src/assets/help-mode/links.json @@ -107,6 +107,24 @@ "it": "", "fr": "" }, + "highlights_view": { + "en": "/en/index-en.html?contextId=highlights_view", + "de": "", + "it": "", + "fr": "" + }, + "convert_highlights": { + "en": "/en/index-en.html?contextId=convert_highlights", + "de": "", + "it": "", + "fr": "" + }, + "remove_highlights": { + "en": "/en/index-en.html?contextId=remove_highlights", + "de": "", + "it": "", + "fr": "" + }, "recommendation_accept_or_reject": { "en": "/en/index-en.html?contextId=recommendation_accept_or_reject", "de": "",