File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,10 +28,18 @@ <h3 class="mb-4">{{'profile.head' | translate}}</h3>
2828 > </ ds-profile-page-security-form >
2929 </ div >
3030 </ div >
31- < div class ="col-12 text-right pr-0 ">
31+ < div class ="col-12 text-right pr-0 mb-4 ">
3232 < button class ="btn btn-primary " (click) ="updateProfile() "> < i class ="fas fa-edit "> </ i > {{'profile.form.submit' | translate}}</ button >
3333 </ div >
3434
35+ < div class ="card mb-4 ">
36+ < div class ="card-header "> {{'profile.card.accessibility.header' | translate}}</ div >
37+ < div class ="card-body ">
38+ < div class ="mb-1 "> {{'profile.card.accessibility.content' | translate}}</ div >
39+ < a [routerLink] ="'/info/accessibility' "> {{'profile.card.accessibility.link' | translate}}</ a >
40+ </ div >
41+ </ div >
42+
3543 < ng-container *ngVar ="(groupsRD$ | async)?.payload?.page as groups ">
3644 < div *ngIf ="groups?.length > 0 ">
3745 < h3 class ="mt-4 "> {{'profile.groups.head' | translate}}</ h3 >
Original file line number Diff line number Diff line change 32743274
32753275 "profile.breadcrumbs" : "Update Profile" ,
32763276
3277+ "profile.card.accessibility.content" : "Accessibility settings can be configured on the accessibility settings page." ,
3278+
3279+ "profile.card.accessibility.header" : "Accessibility" ,
3280+
3281+ "profile.card.accessibility.link" : "Accessibility Settings Page" ,
3282+
32773283 "profile.card.identify" : "Identify" ,
32783284
32793285 "profile.card.security" : "Security" ,
You can’t perform that action at this time.
0 commit comments