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 @@
{% csrf_token %} {{ form.as_p }} - - - +
{% endblock %} diff --git a/openslides/application/templates/application/edit.html b/openslides/application/templates/application/edit.html index 7cfd67889..4a0169caa 100644 --- a/openslides/application/templates/application/edit.html +++ b/openslides/application/templates/application/edit.html @@ -13,16 +13,16 @@ {{ managerform.as_p }} * {%trans "required" %}

- - - +

diff --git a/openslides/application/templates/application/import.html b/openslides/application/templates/application/import.html index cc06ec413..8451bf62d 100644 --- a/openslides/application/templates/application/import.html +++ b/openslides/application/templates/application/import.html @@ -8,13 +8,13 @@

{% trans '(Required comma separated values: number, title, text, reason, first_name, last_name - number and reason are optional and may be empty)' %}

{% csrf_token %} {{ form.as_p }} - - +

diff --git a/openslides/application/templates/application/poll_view.html b/openslides/application/templates/application/poll_view.html index ea2f872aa..f0d5feba2 100644 --- a/openslides/application/templates/application/poll_view.html +++ b/openslides/application/templates/application/poll_view.html @@ -46,16 +46,16 @@

- - - + 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' %} {% else %} - @@ -83,7 +83,7 @@ {% if forloop.last %} {% if "genpoll" in actions %} - + {%trans 'New vote' %} {% endif %} {% endif %} @@ -105,13 +105,13 @@

{% if "edit" in actions %} - + {%trans 'Edit' %} {% endif %} {% if "wit" in actions and user == application.submitter %}

- + {%trans 'Withdraw' %} {% endif %} @@ -119,13 +119,13 @@ {% if "unsupport" in actions %}

- + {% trans 'Unsupport' %} {% endif %} {% if "support" in actions %}

- + {% 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' %} {% endif %} {% if "nop" in actions %} - + {% trans 'Not permit (reject)' %} {% endif %} {% if "setnumber" in actions %} - + {% trans 'Set Number' %} {% endif %}

{% endif %} @@ -157,14 +157,14 @@ {% if "createitem" in actions %}

- + {%trans 'New agenda item' %} {% endif %} {% if "activateitem" in actions %}

- + {%trans 'Show agenda item' %} {% endif %} @@ -172,12 +172,12 @@

{% trans "Result after vote" %}:

{% if "acc" in actions %} - + {%trans 'Accepted' %} {% endif %} {% if "rej" in actions %} - + {%trans 'Rejected' %} {% endif %} {% endif %} @@ -185,16 +185,16 @@ {% if "adj" in actions or "noc" in actions or "com" in actions or "wit" in actions %}

{% trans 'Result after debate' %}:

{% if "adj" in actions %} -
+ {% trans 'Adjourned' %}
{% endif %} {% if "noc" in actions %} -
+ {% trans 'Not Concerned' %}
{% endif %} {% if "com" in actions %} -
+ {% trans 'Commited a bill' %}
{% endif %} {% if "wit" in actions %} - + {% trans 'Withdrawed by Submitter' %} {% endif %} {% endif %} @@ -202,7 +202,7 @@

{%trans "For Administration only:" %}

- + {%trans 'Reset' %} {% endif %} {# end perms.application.can_support_application #} diff --git a/openslides/assignment/templates/assignment/edit.html b/openslides/assignment/templates/assignment/edit.html index b076aa02a..0745d8eb6 100644 --- a/openslides/assignment/templates/assignment/edit.html +++ b/openslides/assignment/templates/assignment/edit.html @@ -10,17 +10,16 @@
{% csrf_token %} {{ form.as_p }} - - - - +
{% endblock %} diff --git a/openslides/assignment/templates/assignment/poll_view.html b/openslides/assignment/templates/assignment/poll_view.html index 10bdb38a3..233ebb300 100644 --- a/openslides/assignment/templates/assignment/poll_view.html +++ b/openslides/assignment/templates/assignment/poll_view.html @@ -42,26 +42,25 @@ -

- +

- - - +

diff --git a/openslides/assignment/templates/assignment/view.html b/openslides/assignment/templates/assignment/view.html index 4d31dd032..49f590f98 100644 --- a/openslides/assignment/templates/assignment/view.html +++ b/openslides/assignment/templates/assignment/view.html @@ -31,22 +31,24 @@

- + + {%trans 'Edit' %} + {% if not assignment.itemassignment_set.all %}

- + {% else %}

- + {% endif %} @@ -82,16 +84,16 @@ {% if user.profile in assignment.profile.all %} - + {% else %} {% if user.profile %} - + {% endif %} {% endif %} @@ -107,7 +109,7 @@ {% endfor %}

-

@@ -154,9 +156,9 @@ {% if assignment.profile.count > 0 and perms.assignment.can_manage_assignment and assignment.status == "vot" %} - + {% endif %} @@ -228,9 +230,9 @@ {% if assignment.profile.count > 0 and perms.assignment.can_manage_assignment and assignment.status == "vot" %}

- +

{% endif %} diff --git a/openslides/participant/templates/participant/edit.html b/openslides/participant/templates/participant/edit.html index 5e29e22f6..75b250cfd 100644 --- a/openslides/participant/templates/participant/edit.html +++ b/openslides/participant/templates/participant/edit.html @@ -14,16 +14,16 @@ {% if edituser %} {% trans 'Reset Password' %} {% endif %} - - - + {% endblock %} diff --git a/openslides/participant/templates/participant/group_edit.html b/openslides/participant/templates/participant/group_edit.html index 357a3e1a2..95209bfea 100644 --- a/openslides/participant/templates/participant/group_edit.html +++ b/openslides/participant/templates/participant/group_edit.html @@ -10,16 +10,16 @@
{% csrf_token %} {{ form.as_p }} - - - +
{% endblock %} diff --git a/openslides/participant/templates/participant/import.html b/openslides/participant/templates/participant/import.html index af6c1bf67..5acdee1b7 100644 --- a/openslides/participant/templates/participant/import.html +++ b/openslides/participant/templates/participant/import.html @@ -8,13 +8,13 @@

{% trans '(Required comma separated values: first_name, last_name, gender, group, type, committee)' %}

{% csrf_token %} {{ form.as_p }} - - +

diff --git a/openslides/participant/templates/participant/login.html b/openslides/participant/templates/participant/login.html index 01e71f1d9..61294fac9 100644 --- a/openslides/participant/templates/participant/login.html +++ b/openslides/participant/templates/participant/login.html @@ -38,12 +38,12 @@

- {% if os_enable_anonymous_login %} - {% 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 }} - - +

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 }}

- - +

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 }}

- - +

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 %}