Show item-tooltip in bootstrap tooltip style.

This commit is contained in:
Emanuel Schuetze 2013-02-15 08:51:08 +01:00
parent 4f60160667
commit 0b3b91b8d5
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
{% if perms.agenda.can_see_orga_items %}
<td>
{% if item.duration %}
{{ item.duration }}h <i class="icon-clock" {% if item.tooltip %}title="{% trans 'End' %}: {{ item.tooltip|date:"DATETIME_FORMAT" }}"{% endif %}></i>
{{ item.duration }}h <a {% if item.tooltip %}rel="tooltip" data-original-title="{% trans 'End' %}: {{ item.tooltip|date:"DATETIME_FORMAT" }}"{% endif %}><i class="icon-clock"></i></a>
{% endif %}
</td>
{% endif %}