From: balastegui Date: Tue, 31 May 2016 09:18:42 +0000 (+0200) Subject: Changed the place of the play button X-Git-Tag: 1.6.2^2~16^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0d28ab65cc75123a8838be526c40ad1b3916bbb9;p=telemeta.git Changed the place of the play button --- diff --git a/telemeta/templates/telemeta/lists.html b/telemeta/templates/telemeta/lists.html index 7207d765..9c8725c9 100644 --- a/telemeta/templates/telemeta/lists.html +++ b/telemeta/templates/telemeta/lists.html @@ -164,6 +164,7 @@ + @@ -176,6 +177,11 @@ {% for resource in playlist.resources %} + -
{% trans "Title" %} {% trans "Type" %} {% trans "Code" %}
+ {% if resource.element.file or resource.element.has_mediafile %} +

d

+ {% endif %} +
{% if resource.type == "item" and not resource.element == None %} {{ resource.element }} @@ -205,15 +211,12 @@ {% endif %} {% endif %} + {% if resource.element.file or resource.element.has_mediafile %}

d

{% endif %}
- {% if resource.element.file or resource.element.has_mediafile %} -

d

- {% endif %}

d