diff --git a/openslides/agenda/static/templates/agenda/item-list.html b/openslides/agenda/static/templates/agenda/item-list.html index 28df6571b..438379eae 100644 --- a/openslides/agenda/static/templates/agenda/item-list.html +++ b/openslides/agenda/static/templates/agenda/item-list.html @@ -301,7 +301,7 @@ - Set duration... + Set duration ... {{ (item.duration | osMinutesToTime)}} h @@ -318,7 +318,7 @@
- Set comment... + Set comment ... {{ item.comment }}
diff --git a/openslides/core/static/css/app.css b/openslides/core/static/css/app.css index 5769012e0..acb7e3a8d 100644 --- a/openslides/core/static/css/app.css +++ b/openslides/core/static/css/app.css @@ -417,11 +417,11 @@ img { left: 50%; height: 75px; width: 300px; - background: rgba(242, 222, 222, 0.9); + background: #d3d3d3; color: black; text-align: center; padding: 5px; - z-index: 10; + z-index: 10000; display: none; border: 1px solid #d3d3d3; margin-left: -150px; diff --git a/openslides/core/static/templates/csv-import.html b/openslides/core/static/templates/csv-import.html index 2bb0f1747..7bfe5d026 100644 --- a/openslides/core/static/templates/csv-import.html +++ b/openslides/core/static/templates/csv-import.html @@ -4,7 +4,8 @@
@@ -12,7 +13,8 @@

- Accept: {{ accept }} + Accepted file types: + {{ accept }}

@@ -24,7 +26,10 @@
-

Autodetect:  {{ autodelimiter }}

+

+ Autodetection: + {{ autodelimiter }} +

Leave empty for autodetection of the separator.

diff --git a/openslides/motions/static/templates/motions/motion-detail/comments.html b/openslides/motions/static/templates/motions/motion-detail/comments.html index 43ee35f1d..0977e25a0 100644 --- a/openslides/motions/static/templates/motions/motion-detail/comments.html +++ b/openslides/motions/static/templates/motions/motion-detail/comments.html @@ -31,12 +31,11 @@
-
The comments have been changed.
-
The comment has been changed.
+
A comment has been changed.
-
diff --git a/openslides/motions/static/templates/motions/motion-detail/view-original.html b/openslides/motions/static/templates/motions/motion-detail/view-original.html index 07c8001ac..0143ff70d 100644 --- a/openslides/motions/static/templates/motions/motion-detail/view-original.html +++ b/openslides/motions/static/templates/motions/motion-detail/view-original.html @@ -9,7 +9,7 @@ -
  • Download CSV example file -

    Preview

    diff --git a/openslides/users/static/templates/users/user-list.html b/openslides/users/static/templates/users/user-list.html index 2ef2ca853..eccb313b7 100644 --- a/openslides/users/static/templates/users/user-list.html +++ b/openslides/users/static/templates/users/user-list.html @@ -71,9 +71,9 @@ - - - + + + - Set active - Set present - Set committee + Is active + Is present + Is committee - Unset active - Unset present - Unset committee + Is not active + Is not present + Is not a committee @@ -372,7 +372,8 @@
    - {{ user.structure_level || ('Set structure level...' | translate)}} + Set structure level ... + {{ user.structure_level }}
    @@ -387,7 +388,8 @@
    - {{ user.comment || ('Set comment...' | translate)}} + Set comment ... + {{ user.comment }}