#158: Move 'change tree' notification to correct position (above page title).
This commit is contained in:
parent
20ce7579ce
commit
59c342ba8d
@ -39,15 +39,6 @@
|
|||||||
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>{% trans "Agenda" %}</h1>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
{%trans "Filter" %}:
|
|
||||||
<input type="checkbox" id="hide_closed_items"> {%trans "Hide closed items" %}
|
|
||||||
</p>
|
|
||||||
{{ items|length }}
|
|
||||||
{% blocktrans count counter=items|length %}item{% plural %}items{% endblocktrans %}
|
|
||||||
<span id="hiddencount"></span>
|
|
||||||
<form action="/agenda/" method="post">{% csrf_token %}
|
<form action="/agenda/" method="post">{% csrf_token %}
|
||||||
{% if perms.agenda.can_manage_agenda %}
|
{% if perms.agenda.can_manage_agenda %}
|
||||||
<div id="changed-order-message" style="display:none" class="notification warning">
|
<div id="changed-order-message" style="display:none" class="notification warning">
|
||||||
@ -57,6 +48,15 @@
|
|||||||
</em>
|
</em>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<h1>{% trans "Agenda" %}</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
{%trans "Filter" %}:
|
||||||
|
<input type="checkbox" id="hide_closed_items"> {%trans "Hide closed items" %}
|
||||||
|
</p>
|
||||||
|
{{ items|length }}
|
||||||
|
{% blocktrans count counter=items|length %}item{% plural %}items{% endblocktrans %}<span id="hiddencount"></span>
|
||||||
<table id="menu-overview" class="agendatable">
|
<table id="menu-overview" class="agendatable">
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: 1px;">{% trans "Done" %}</th>
|
<th style="width: 1px;">{% trans "Done" %}</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user