RED-3670 -> Create new help modes links for highlights view, convert highlights and remove highlights actions
This commit is contained in:
parent
590f845e64
commit
75e58ee2a9
@ -12,6 +12,7 @@
|
||||
class="mr-2"
|
||||
icon="red:convert"
|
||||
tooltipPosition="above"
|
||||
iqserHelpMode="convert_highlights"
|
||||
></iqser-circle-button>
|
||||
|
||||
<iqser-circle-button
|
||||
@ -21,5 +22,6 @@
|
||||
[type]="circleButtonTypes.dark"
|
||||
icon="iqser:trash"
|
||||
tooltipPosition="above"
|
||||
iqserHelpMode="remove_highlights"
|
||||
></iqser-circle-button>
|
||||
</div>
|
||||
|
||||
@ -37,6 +37,7 @@
|
||||
[disabled]="(canSwitchToRedactedView$ | async) === false"
|
||||
[matTooltip]="'file-preview.text-highlights-tooltip' | translate"
|
||||
class="red-tab"
|
||||
iqserHelpMode="highlights_view"
|
||||
>
|
||||
<!-- iqserHelpMode="text_highlights_view"-->
|
||||
{{ 'file-preview.text-highlights' | translate }}
|
||||
|
||||
@ -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": "",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user