From 4d62d99099ed0d6087a2064172b6fde04f30e86b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Mon, 25 Feb 2019 16:40:55 +0100 Subject: [PATCH] Fixes - use always color black on projector, also in dark mode - show border for projector preview - Fix projector logo margin by using img instead of os-logo - Use also 'username' in invitation email subject --- client/src/app/core/marked-translations.ts | 2 +- .../shared/components/projector/projector.component.html | 2 +- .../app/shared/components/projector/projector.component.ts | 6 ++++++ .../components/mediafile-list/mediafile-list.component.scss | 5 +++++ .../projector-detail/projector-detail.component.scss | 2 ++ .../components/projector-list/projector-list.component.scss | 1 + openslides/users/config_variables.py | 2 +- openslides/users/models.py | 4 +++- 8 files changed, 20 insertions(+), 4 deletions(-) diff --git a/client/src/app/core/marked-translations.ts b/client/src/app/core/marked-translations.ts index 38c826255..744b7481b 100644 --- a/client/src/app/core/marked-translations.ts +++ b/client/src/app/core/marked-translations.ts @@ -347,7 +347,7 @@ _('Email'); _('Email sender'); _('Email subject'); _('Your login for {event_name}'); -_('You can use {event_name} as a placeholder.'); +_('You can use {event_name} and {username} as placeholder.'); _('Email body'); _( 'Dear {name},\n\nthis is your OpenSlides login for the event {event_name}:\n\n {url}\n username: {username}\n password: {password}\n\nThis email was generated automatically.' diff --git a/client/src/app/shared/components/projector/projector.component.html b/client/src/app/shared/components/projector/projector.component.html index 05bf4b119..fd5407a0b 100644 --- a/client/src/app/shared/components/projector/projector.component.html +++ b/client/src/app/shared/components/projector/projector.component.html @@ -2,7 +2,7 @@