From 80a061db3847c085dc8d62084f15f1a0e24172f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Thu, 21 Feb 2019 15:06:14 +0100 Subject: [PATCH] Motion block slide template --- .../projector-button.component.html | 2 +- .../projector-button.component.ts | 6 ++++-- .../projector/projector.component.scss | 4 ++-- .../motion-block-detail.component.html | 6 ++---- .../motion-list/motion-list.component.ts | 5 ++++- .../motion-block-slide.component.html | 17 ++++++++++++----- .../motion-block-slide.component.ts | 4 ++-- client/src/styles.scss | 2 +- openslides/motions/projector.py | 2 +- 9 files changed, 29 insertions(+), 19 deletions(-) diff --git a/client/src/app/shared/components/projector-button/projector-button.component.html b/client/src/app/shared/components/projector-button/projector-button.component.html index cea226f54..9336d7e63 100644 --- a/client/src/app/shared/components/projector-button/projector-button.component.html +++ b/client/src/app/shared/components/projector-button/projector-button.component.html @@ -3,7 +3,7 @@ [ngClass]="isProjected() ? 'projector-active' : 'projector-inactive'"> videocam - - + +
diff --git a/client/src/app/slides/motions/motion-block/motion-block-slide.component.ts b/client/src/app/slides/motions/motion-block/motion-block-slide.component.ts index 8c228fb4f..037d458a8 100644 --- a/client/src/app/slides/motions/motion-block/motion-block-slide.component.ts +++ b/client/src/app/slides/motions/motion-block/motion-block-slide.component.ts @@ -25,10 +25,10 @@ export class MotionBlockSlideComponent extends BaseSlideComponent Dict[str, all_data, motion, motion["recommendation_id"] ) motion_object["recommendation"] = { - "name": recommendation["name"], + "name": recommendation["recommendation_label"], "css_class": recommendation["css_class"], } if recommendation["show_recommendation_extension_field"]: