Moved agenda pdf link to submenu.

This commit is contained in:
Emanuel Schuetze 2012-04-15 14:16:00 +02:00
parent abf7721f3f
commit ddeaea88c4
2 changed files with 2 additions and 3 deletions

View File

@ -2,6 +2,7 @@
{% load tags %} {% load tags %}
{% load i18n %} {% load i18n %}
{% load staticfiles %}
{% block submenu %} {% block submenu %}
{% url item_overview as url_itemoverview %} {% url item_overview as url_itemoverview %}
@ -12,5 +13,6 @@
{% if perms.agenda.can_manage_agenda %} {% if perms.agenda.can_manage_agenda %}
<li class="{% active request '/agenda/new/' %}"><a href="{% url item_new %}">{%trans "New item" %}</a></li> <li class="{% active request '/agenda/new/' %}"><a href="{% url item_new %}">{%trans "New item" %}</a></li>
{% endif %} {% endif %}
<li><a href="{% url print_agenda %}"><img src="{% static 'images/icons/application-pdf.png' %}"> {%trans 'Agenda as PDF' %}</a></li>
</ul> </ul>
{% endblock %} {% endblock %}

View File

@ -69,9 +69,6 @@
<span id="action_field" style="width: 1px; white-space: nowrap;"> <span id="action_field" style="width: 1px; white-space: nowrap;">
<span></span> <span></span>
</span> </span>
<a href="{% url print_agenda %}" title="{%trans 'Print agenda' %}" class="pdficon">
<span></span>
</a>
</td> </td>
</tr> </tr>