From 30f97935e03875e2ddb21b9ce7257d6ec6a11901 Mon Sep 17 00:00:00 2001 From: Maximilian Krambach Date: Mon, 21 Jan 2019 12:12:57 +0100 Subject: [PATCH] reset password permission check in menu --- client/src/app/core/marked-translations.ts | 3 ++ client/src/app/site/site.component.html | 50 +++++++++++----------- 2 files changed, 28 insertions(+), 25 deletions(-) diff --git a/client/src/app/core/marked-translations.ts b/client/src/app/core/marked-translations.ts index 527a27179..a2ceb3621 100644 --- a/client/src/app/core/marked-translations.ts +++ b/client/src/app/core/marked-translations.ts @@ -288,10 +288,13 @@ _('Can support motions'); _('Can manage motions'); _('Can see comments'); _('Can manage comments'); +_('Can manage motion metadata'); +_('Can create amendments'); // users _('Can see names of users'); _('Can see extra data of users (e.g. present and comment)'); _('Can manage users'); +_('Can change its own password'); // users config strings _('General'); diff --git a/client/src/app/site/site.component.html b/client/src/app/site/site.component.html index b125059d1..2871f6459 100644 --- a/client/src/app/site/site.component.html +++ b/client/src/app/site/site.component.html @@ -13,9 +13,7 @@ @@ -30,22 +28,26 @@ language {{ getLangName(this.translate.currentLang) }} - - person - Edit profile - - - vpn_key - Change password - - - exit_to_app - Logout - - - exit_to_app - Login - +
+ + person + Edit profile + + + vpn_key + Change password + + + exit_to_app + Logout + +
+
+ + exit_to_app + Login + +
@@ -109,13 +111,11 @@ target="_blank" (click)="mobileAutoCloseNav()" > -  Copyright by OpenSlides + +  Copyright by OpenSlides + - +