diff --git a/openslides/agenda/templates/agenda/edit.html b/openslides/agenda/templates/agenda/edit.html index 5192ad09a..3de773e3a 100644 --- a/openslides/agenda/templates/agenda/edit.html +++ b/openslides/agenda/templates/agenda/edit.html @@ -23,16 +23,16 @@
- + {%trans 'Save' %} - + {%trans 'Apply' %} - + {%trans 'Cancel' %} - +
{% trans '(Required comma separated values: number, title, text, reason, first_name, last_name - number and reason are optional and may be empty)' %}
number, title, text, reason, first_name, last_name
number
reason
- + {%trans 'Save' %} - + {%trans 'Apply' %} - + {%trans 'Cancel' %} - + diff --git a/openslides/application/templates/application/view.html b/openslides/application/templates/application/view.html index 9e8413a5c..b3a0ebf46 100644 --- a/openslides/application/templates/application/view.html +++ b/openslides/application/templates/application/view.html @@ -48,7 +48,7 @@ {% if perms.application.can_manage_application %} {% if "genpoll" in actions %} - {%trans 'New vote' %} + {%trans 'New vote' %} {% else %} - @@ -83,7 +83,7 @@ {% if forloop.last %} {% if "genpoll" in actions %} - {%trans 'New vote' %} + {%trans 'New vote' %} {% endif %} {% endif %} @@ -105,13 +105,13 @@ {% if "edit" in actions %} - {%trans 'Edit' %} + {%trans 'Edit' %} {% endif %} {% if "wit" in actions and user == application.submitter %} - {%trans 'Withdraw' %} + {%trans 'Withdraw' %} {% endif %} @@ -119,13 +119,13 @@ {% if "unsupport" in actions %} - {% trans 'Unsupport' %} + {% trans 'Unsupport' %} {% endif %} {% if "support" in actions %} - {% trans 'Support' %} + {% trans 'Support' %} {% endif %} {% endif %} @@ -143,13 +143,13 @@ {% if "per" in actions or "nop" in actions or "setnumber" in actions %} {% trans "Formal validation" %}: {% if "per" in actions %} - {% trans 'Permit' %} + {% trans 'Permit' %} {% endif %} {% if "nop" in actions %} - {% trans 'Not permit (reject)' %} + {% trans 'Not permit (reject)' %} {% endif %} {% if "setnumber" in actions %} - {% trans 'Set Number' %} + {% trans 'Set Number' %} {% endif %}
- + {%trans 'Print ballot' %} - +
- + {%trans 'Apply' %}
- + {%trans 'New ballot' %} - +
{% trans '(Required comma separated values: first_name, last_name, gender, group, type, committee)' %}
first_name, last_name, gender, group, type, committee
- + {%trans 'Login' %} {% if os_enable_anonymous_login %} - - {%trans 'Continue as guest' %} + + {%trans 'Continue as guest' %} {% endif %} diff --git a/openslides/participant/templates/participant/settings.html b/openslides/participant/templates/participant/settings.html index 4f5f8b7bf..a35fc7541 100644 --- a/openslides/participant/templates/participant/settings.html +++ b/openslides/participant/templates/participant/settings.html @@ -11,13 +11,13 @@ {{ form_user.as_p }} {{ form_password.as_p }} - + {%trans 'Save' %} - + {%trans 'Cancel' %} - + diff --git a/openslides/static/images/icons/user-identity.png b/openslides/static/images/icons/user-identity.png new file mode 100644 index 000000000..b50ec42a5 Binary files /dev/null and b/openslides/static/images/icons/user-identity.png differ diff --git a/openslides/static/styles/base.css b/openslides/static/styles/base.css index 70483a751..d07b75170 100644 --- a/openslides/static/styles/base.css +++ b/openslides/static/styles/base.css @@ -314,7 +314,7 @@ input[type="submit"], input[type="button"] { padding:4px 10px !important; margin: 2px 0 2px 0; } -button { +.button { border: 1px solid #D3D3D3; border-radius: 4px 4px 4px 4px; display: inline-block; @@ -329,17 +329,17 @@ button { color: #555555; cursor: pointer; } -button:hover { +.button:hover { border: 1px solid #999999; background:#f9f9f9 -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.55)),to(rgba(0,0,0,0))); background:#f9f9f9 -moz-linear-gradient( top,rgba(255,255,255,.55),rgba(0,0,0,0)); } -button:active { +.button:active { -webkit-box-shadow:inset 0 100% 0 0 rgba(0,0,0,0.2); background:#f9f9f9 -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(0,0,0,.3)),to(rgba(0,0,0,0))); background:#f9f9f9 -moz-linear-gradient( top,rgba(0,0,0,.1),rgba(0,0,0,0)); } -button .icon { +.button .icon { height: 16px; text-indent:20px; padding-top: 1px; @@ -347,69 +347,72 @@ button .icon { text-transform:none; white-space:nowrap; } -button .cancel{ +.button .cancel{ background:url(../images/icons/dialog-cancel.png) no-repeat 0px 0px; } -button .ok{ +.button .ok{ background:url(../images/icons/dialog-ok-apply.png) no-repeat 0px 0px; } -button .ok-blue, button .apply{ +.button .ok-blue, .button .apply{ background:url(../images/icons/dialog-ok.png) no-repeat 0px 0px; } -button .edit{ +.button .edit{ background:url(../images/icons/document-edit.png) no-repeat 0px 0px; } -button .revert{ +.button .revert{ background:url(../images/icons/document-revert.png) no-repeat 0px 0px; } -button .undo{ +.button .undo{ background:url(../images/icons/edit-undo.png) no-repeat 0px 0px; } -button .item{ +.button .item{ background:url(../images/icons/view-list-details.png) no-repeat 0px 0px; } -button .projector{ +.button .projector{ background:url(../images/icons/video-projector.png) no-repeat 0px 0px; } -button .accept{ +.button .accept{ background:url(../images/icons/task-complete.png) no-repeat 0px 0px; } -button .reject{ +.button .reject{ background:url(../images/icons/task-reject.png) no-repeat 0px 0px; } -button .poll{ +.button .poll{ background:url(../images/icons/view-statistics.png) no-repeat 0px 0px; } -button .previous{ +.button .previous{ background:url(../images/icons/go-previous.png) no-repeat 0px 0px; } -button .pdf{ +.button .pdf{ background:url(../images/icons/application-pdf.png) no-repeat 0px 0px; } -button .adduser{ +.button .adduser{ background:url(../images/icons/list-add-user.png) no-repeat 0px 0px; } -button .removeuser{ +.button .removeuser{ background:url(../images/icons/list-remove-user.png) no-repeat 0px 0px; } -button .export{ +.button .export{ background:url(../images/icons/document-export.png) no-repeat 0px 0px; } -button .import{ +.button .import{ background:url(../images/icons/document-import.png) no-repeat 0px 0px; } -button .add{ +.button .add{ background:url(../images/icons/list-add.png) no-repeat 0px 0px; } -button .remove{ +.button .remove{ background:url(../images/icons/list-remove.png) no-repeat 0px 0px; } -button .number{ +.button .number{ background:url(../images/icons/milestone.png) no-repeat 0px 0px; } -button .stop{ +.button .stop{ background:url(../images/icons/process-stop.png) no-repeat 0px 0px; } +.button .guest{ + background:url(../images/icons/user-identity.png) no-repeat 0px 0px; +} .small-input { width: 40px !important; diff --git a/openslides/system/templates/system/general.html b/openslides/system/templates/system/general.html index d28c50ae9..8c8bdccd7 100644 --- a/openslides/system/templates/system/general.html +++ b/openslides/system/templates/system/general.html @@ -24,13 +24,13 @@ {{ form_assignment.as_p }} - + {%trans 'Save' %} - + {%trans 'Cancel' %} - + diff --git a/openslides/system/templates/system/system.html b/openslides/system/templates/system/system.html index e9b5014ec..fd01855d5 100644 --- a/openslides/system/templates/system/system.html +++ b/openslides/system/templates/system/system.html @@ -7,13 +7,13 @@ {{ form.as_p }} - + {%trans 'Save' %} - + {%trans 'Cancel' %} - + diff --git a/openslides/templates/403.html b/openslides/templates/403.html index f7d59da78..7e3a25752 100644 --- a/openslides/templates/403.html +++ b/openslides/templates/403.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% load tags %} + {% block submenu %} {% endblock %} diff --git a/openslides/templates/404.html b/openslides/templates/404.html index 0f0a6d328..bebe5c25f 100644 --- a/openslides/templates/404.html +++ b/openslides/templates/404.html @@ -2,7 +2,6 @@ {% load tags %} - {% block submenu %} {% endblock %}
- + {%trans 'Save' %} - + {%trans 'Cancel' %} - +