diff --git a/openslides/agenda/static/styles/agenda.css b/openslides/agenda/static/styles/agenda.css index 62fb064cc..71c9f065b 100644 --- a/openslides/agenda/static/styles/agenda.css +++ b/openslides/agenda/static/styles/agenda.css @@ -17,3 +17,7 @@ a.close_link span { a.close_link.closed span { background-image: url(../images/icons/done.png); } + +table#menu-overview { + white-space: nowrap; +} diff --git a/openslides/agenda/templates/agenda/item_row.html b/openslides/agenda/templates/agenda/item_row.html index cfd0eb165..ec8c0c3d4 100644 --- a/openslides/agenda/templates/agenda/item_row.html +++ b/openslides/agenda/templates/agenda/item_row.html @@ -20,12 +20,12 @@ {% endif %} {{ item }} {% if item.releated_sid %} - ({{ item.get_releated_type }}) + ({{ item.get_releated_type }}) {% endif %} {% if perms.agenda.can_manage_agenda %}
- {%trans "Filter" %}: - {%trans "Hide closed items" %} -
- {{ items|length }} - {% blocktrans count counter=items|length %}item{% plural %}items{% endblocktrans %} -{% trans "Done" %} | -{% trans "Item" %} | - {% if perms.agenda.can_manage_agenda %} -{% trans "Comment" %} | - {% endif %} - {% if perms.agenda.can_manage_agenda or perms.projector.can_manage_projector %} -{% trans "Actions" %} | - {% endif %} - {% if perms.agenda.can_manage_agenda %} -{% trans "Weight" %} | - {% endif %} -
---|---|---|---|---|
- | - {% trans "Agenda" %} - | - {% if perms.agenda.can_manage_agenda %} -- {% endif %} - {% if perms.agenda.can_manage_agenda or perms.projector.can_manage_projector %} - | - {% endif %} - |
{% trans "Done" %} | +{% trans "Item" %} | + {% if perms.agenda.can_manage_agenda %} +{% trans "Comment" %} | + {% endif %} + {% if perms.agenda.can_manage_agenda or perms.projector.can_manage_projector %} +{% trans "Actions" %} | + {% endif %} + {% if perms.agenda.can_manage_agenda %} +{% trans "Weight" %} | + {% endif %} +
---|---|---|---|---|
+ | + {% trans "Agenda" %} + | + {% if perms.agenda.can_manage_agenda %} ++ {% endif %} + {% if perms.agenda.can_manage_agenda or perms.projector.can_manage_projector %} + | + {% endif %} + | |
{%trans "No items available." %} | -