Reinserted icon and link for preview of agenda slide. Fixed #1199.

This commit is contained in:
Norman Jäckel 2014-01-31 01:02:12 +01:00
parent d49d087f4e
commit 3b42c16e04

View File

@ -11,8 +11,9 @@
rel="tooltip" data-original-title="{% trans 'Show' %}"> rel="tooltip" data-original-title="{% trans 'Show' %}">
<i class="icon-facetime-video {% if agenda_is_active %}icon-white{% endif %}"></i> <i class="icon-facetime-video {% if agenda_is_active %}icon-white{% endif %}"></i>
</a>&nbsp; </a>&nbsp;
<a href="{% url 'projector_preview' 'agenda' %}" title="{% trans 'Preview' %}" class="icon preview right"> <a href="{% url 'projector_preview' 'agenda' %}"
<span></span> rel="tooltip" data-original-title="{% trans 'Preview' %}" class="btn btn-mini right">
<i class="icon-search"></i>
</a> </a>
{% trans "Agenda" %} {% trans "Agenda" %}
</li> </li>