]> git.parisson.com Git - telemeta.git/commitdiff
Comment playlist player
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 7 Jun 2017 15:33:33 +0000 (17:33 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 7 Jun 2017 15:33:33 +0000 (17:33 +0200)
telemeta/templates/telemeta/lists.html

index c2cba372096396fe5b940bfdfb1d723a6b771ce1..6757f7d26c9f33bf46ab56fd2591c7469815a91b 100644 (file)
             {% for resource in playlist.resources %}
             <tr {% if not forloop.counter0|divisibleby:"2" %}class="odd"{% endif %}>
                 <td align="center" style="vertical-align:middle;">
-                    {% if resource.element.file or resource.element.has_mediafile %}
+                    {% comment %} {% if resource.element.file or resource.element.has_mediafile %}
                     <a href="#" id="{% url 'telemeta-item-export' resource.element.public_id 'mp3' %}" onclick="playlistUtils.changeGlyph(this.id)" class="glyphicon glyphicon-play" style="font-size: 1.3em;text-decoration: none"><p style="opacity:0;font-size:0">d</p></a>
-                    {% endif %}
+                    {% endif %} {% endcomment %}
                 </td>
                 <td style="max-width:200px">
                     {% if resource.type == "item" and not resource.element == None %}