diff options
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account-settings/my-account-settings.component.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/client/src/app/+my-account/my-account-settings/my-account-settings.component.html b/client/src/app/+my-account/my-account-settings/my-account-settings.component.html index 48d06280b..8ca197fd4 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-settings.component.html +++ b/client/src/app/+my-account/my-account-settings/my-account-settings.component.html | |||
@@ -20,6 +20,16 @@ | |||
20 | </div> | 20 | </div> |
21 | </div> | 21 | </div> |
22 | 22 | ||
23 | <div class="form-row mt-5"> <!-- interface grid --> | ||
24 | <div class="form-group col-12 col-lg-4 col-xl-3"> | ||
25 | <h2 i18n class="account-title">INTERFACE</h2> | ||
26 | </div> | ||
27 | |||
28 | <div class="form-group col-12 col-lg-8 col-xl-9"> | ||
29 | <my-user-interface-settings [user]="user" [userInformationLoaded]="userInformationLoaded"></my-user-interface-settings> | ||
30 | </div> | ||
31 | </div> | ||
32 | |||
23 | <div class="form-row mt-5"> <!-- video settings grid --> | 33 | <div class="form-row mt-5"> <!-- video settings grid --> |
24 | <div class="form-group col-12 col-lg-4 col-xl-3"> | 34 | <div class="form-group col-12 col-lg-4 col-xl-3"> |
25 | <div class="anchor" id="video-settings"></div> <!-- video settings anchor --> | 35 | <div class="anchor" id="video-settings"></div> <!-- video settings anchor --> |
@@ -42,16 +52,6 @@ | |||
42 | </div> | 52 | </div> |
43 | </div> | 53 | </div> |
44 | 54 | ||
45 | <div class="form-row mt-5"> <!-- interface grid --> | ||
46 | <div class="form-group col-12 col-lg-4 col-xl-3"> | ||
47 | <h2 i18n class="account-title">INTERFACE</h2> | ||
48 | </div> | ||
49 | |||
50 | <div class="form-group col-12 col-lg-8 col-xl-9"> | ||
51 | <my-user-interface-settings [user]="user" [userInformationLoaded]="userInformationLoaded"></my-user-interface-settings> | ||
52 | </div> | ||
53 | </div> | ||
54 | |||
55 | <div class="form-row mt-5" *ngIf="user.pluginAuth === null"> <!-- password grid --> | 55 | <div class="form-row mt-5" *ngIf="user.pluginAuth === null"> <!-- password grid --> |
56 | <div class="form-group col-12 col-lg-4 col-xl-3"> | 56 | <div class="form-group col-12 col-lg-4 col-xl-3"> |
57 | <h2 i18n class="account-title">PASSWORD</h2> | 57 | <h2 i18n class="account-title">PASSWORD</h2> |