"save a link" added to top menu (default theme) to toggle "save link" form message, issue #461. "Mark all the entries as read" link added in default theme.

This commit is contained in:
Maryana Rozhankivska
2014-02-16 21:00:30 +02:00
parent 488fc63b67
commit 01cd443441
4 changed files with 40 additions and 1 deletions

View File

@ -46,4 +46,5 @@
{% endfor %}
{% endif %}
{{ block('pager') }}
{% if view == 'home' %}{% if nb_results > 1 %}<a title="{% trans "mark all the entries as read" %}" href="./?action=archive_all">{% trans "mark all the entries as read" %}</a>{% endif %}{% endif %}
{% endblock %}