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 @@ - {{ selectedFile || ('Select a file' | translate) }} + {{ selectedFile }} + Select a file @@ -12,7 +13,8 @@ - Accept: {{ accept }} + Accepted file types: + {{ accept }} @@ -24,7 +26,10 @@ Separator - 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. Save - + Revert 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 @@ Save - + Revert diff --git a/openslides/users/static/templates/users/user-import.html b/openslides/users/static/templates/users/user-import.html index eb2929bd8..61ad1c841 100644 --- a/openslides/users/static/templates/users/user-import.html +++ b/openslides/users/static/templates/users/user-import.html @@ -65,7 +65,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 @@ Add group Remove group Generate new passwords - Set/Unset is active - Set/Unset is present - Set/Unset is a committee + Set/Unset 'is active' + Set/Unset 'is present' + Set/Unset 'is a committee' - 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 }}
- Accept: {{ accept }} + Accepted file types: + {{ accept }}
Autodetect: {{ autodelimiter }}
+ Autodetection: + {{ autodelimiter }} +
Leave empty for autodetection of the separator.