Skip to content
Snippets Groups Projects
Commit 0230eab2 authored by Julia Langhammer's avatar Julia Langhammer Committed by Marco Herzog
Browse files

Make help- and imprint-page accessible by tabulator, first try at cookie page

parent e039720e
No related merge requests found
......@@ -20,5 +20,4 @@
<div class="visually-hidden">
<div id="close-label">{{ 'imprint.close-label'| translate }}</div>
</div>
</div>
......@@ -3,10 +3,10 @@
<h1 tabindex="0" class="modal" mat-dialog-title>{{ 'help.title' | translate }} </h1>
<mat-divider></mat-divider>
<div tabindex="0">
<mat-dialog-content tabindex="0">
<app-help-en *ngIf="currentLang=='en'"></app-help-en>
<app-help-de *ngIf="currentLang=='de'"></app-help-de>
</div>
</mat-dialog-content>
<mat-divider></mat-divider>
<app-dialog-action-buttons
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment