RED-3780 - added separate component for help mode button
This commit is contained in:
parent
4a338e7a4c
commit
6658c375ad
@ -22,12 +22,13 @@
|
|||||||
[placeholder]="'search.placeholder' | translate"
|
[placeholder]="'search.placeholder' | translate"
|
||||||
iqserHelpMode="search_in_entire_application"
|
iqserHelpMode="search_in_entire_application"
|
||||||
></redaction-spotlight-search>
|
></redaction-spotlight-search>
|
||||||
<iqser-circle-button
|
<!-- <iqser-circle-button-->
|
||||||
icon="iqser:help-outline"
|
<!-- icon="iqser:help-outline"-->
|
||||||
type="help"
|
<!-- type="help"-->
|
||||||
[tooltip]="'help-mode.tooltip' | translate"
|
<!-- [tooltip]="'help-mode.button-text' | translate"-->
|
||||||
(action)="helpModeService.activateHelpMode()"
|
<!-- (action)="helpModeService.activateHelpMode()"-->
|
||||||
></iqser-circle-button>
|
<!-- ></iqser-circle-button>-->
|
||||||
|
<iqser-help-button [dialogButton]="false"></iqser-help-button>
|
||||||
<redaction-notifications iqserHelpMode="open_notifications"></redaction-notifications>
|
<redaction-notifications iqserHelpMode="open_notifications"></redaction-notifications>
|
||||||
</div>
|
</div>
|
||||||
<redaction-user-button [matMenuTriggerFor]="userMenu" [userId]="currentUser.id"></redaction-user-button>
|
<redaction-user-button [matMenuTriggerFor]="userMenu" [userId]="currentUser.id"></redaction-user-button>
|
||||||
|
|||||||
@ -66,6 +66,7 @@
|
|||||||
</iqser-icon-button>
|
</iqser-icon-button>
|
||||||
|
|
||||||
<div (click)="revert()" id="revert" class="all-caps-label cancel" translate="edit-dossier-dialog.actions.revert"></div>
|
<div (click)="revert()" id="revert" class="all-caps-label cancel" translate="edit-dossier-dialog.actions.revert"></div>
|
||||||
|
<iqser-help-button></iqser-help-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -28,6 +28,7 @@
|
|||||||
{{ saveMessage | translate }}
|
{{ saveMessage | translate }}
|
||||||
</button>
|
</button>
|
||||||
<div class="all-caps-label cancel" mat-dialog-close translate="highlight-action-dialog.actions.cancel"></div>
|
<div class="all-caps-label cancel" mat-dialog-close translate="highlight-action-dialog.actions.cancel"></div>
|
||||||
|
<iqser-help-button></iqser-help-button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|||||||
@ -1410,8 +1410,8 @@
|
|||||||
"help-mode": {
|
"help-mode": {
|
||||||
"clicking-anywhere-on": "<b>Klicken Sie auf eine beliebige Stelle des Bildschirms </b> um zu sehen, welche Bereiche interaktiv sind. Wenn Sie mit der Maus über einen interaktiven Bereich fahren, <b>verändert sich der Mauszeiger</b>, um Ihnen zu zeigen, ob ein Element interaktiv ist.",
|
"clicking-anywhere-on": "<b>Klicken Sie auf eine beliebige Stelle des Bildschirms </b> um zu sehen, welche Bereiche interaktiv sind. Wenn Sie mit der Maus über einen interaktiven Bereich fahren, <b>verändert sich der Mauszeiger</b>, um Ihnen zu zeigen, ob ein Element interaktiv ist.",
|
||||||
"instructions": "Hilfe-Modus-Anleitungen öffnen",
|
"instructions": "Hilfe-Modus-Anleitungen öffnen",
|
||||||
"text": "Hilfe-Modus",
|
"bottom-text": "Hilfe-Modus",
|
||||||
"tooltip": "",
|
"button-text": "",
|
||||||
"welcome-to-help-mode": "<b> Willkommen im Hilfe-Modus! <br> Klicken Sie auf interaktive Elemente, um in einem neuen Tab Infos dazu zu erhalten. </b>"
|
"welcome-to-help-mode": "<b> Willkommen im Hilfe-Modus! <br> Klicken Sie auf interaktive Elemente, um in einem neuen Tab Infos dazu zu erhalten. </b>"
|
||||||
},
|
},
|
||||||
"highlight-action-dialog": {
|
"highlight-action-dialog": {
|
||||||
|
|||||||
@ -1410,8 +1410,8 @@
|
|||||||
"help-mode": {
|
"help-mode": {
|
||||||
"clicking-anywhere-on": "<b> Clicking anywhere on the screen </b> will show you which areas are interactive. Hovering an interactive area will <b> change the mouse cursor </b> to let you know if the element is interactive.",
|
"clicking-anywhere-on": "<b> Clicking anywhere on the screen </b> will show you which areas are interactive. Hovering an interactive area will <b> change the mouse cursor </b> to let you know if the element is interactive.",
|
||||||
"instructions": "Open Help Mode Instructions",
|
"instructions": "Open Help Mode Instructions",
|
||||||
"text": "Help Mode",
|
"bottom-text": "Help Mode",
|
||||||
"tooltip": "Help Mode (H)",
|
"button-text": "Help Mode (H)",
|
||||||
"welcome-to-help-mode": "<b> Welcome to Help Mode! <br> Clicking on interactive elements will open info about them in new tab. </b>"
|
"welcome-to-help-mode": "<b> Welcome to Help Mode! <br> Clicking on interactive elements will open info about them in new tab. </b>"
|
||||||
},
|
},
|
||||||
"highlight-action-dialog": {
|
"highlight-action-dialog": {
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 37edb34d0fc3cf49dd889e98f5ec3d39227649f5
|
Subproject commit ab64ca71ade0d2f159597e61f9aba70a717c5bce
|
||||||
Loading…
x
Reference in New Issue
Block a user