Moved agenda pdf link to submenu.
This commit is contained in:
parent
abf7721f3f
commit
ddeaea88c4
@ -2,6 +2,7 @@
|
||||
|
||||
{% load tags %}
|
||||
{% load i18n %}
|
||||
{% load staticfiles %}
|
||||
|
||||
{% block submenu %}
|
||||
{% url item_overview as url_itemoverview %}
|
||||
@ -12,5 +13,6 @@
|
||||
{% if perms.agenda.can_manage_agenda %}
|
||||
<li class="{% active request '/agenda/new/' %}"><a href="{% url item_new %}">{%trans "New item" %}</a></li>
|
||||
{% endif %}
|
||||
<li><a href="{% url print_agenda %}"><img src="{% static 'images/icons/application-pdf.png' %}"> {%trans 'Agenda as PDF' %}</a></li>
|
||||
</ul>
|
||||
{% endblock %}
|
||||
|
@ -69,9 +69,6 @@
|
||||
<span id="action_field" style="width: 1px; white-space: nowrap;">
|
||||
<span></span>
|
||||
</span>
|
||||
<a href="{% url print_agenda %}" title="{%trans 'Print agenda' %}" class="pdficon">
|
||||
<span></span>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user