]> git.parisson.com Git - teleforma.git/commitdiff
again
authoryomguy <yomguy@parisson.com>
Tue, 31 Jul 2012 22:20:36 +0000 (00:20 +0200)
committeryomguy <yomguy@parisson.com>
Tue, 31 Jul 2012 22:20:36 +0000 (00:20 +0200)
teleforma/templates/teleforma/inc/media_list.html

index 724ddcdcc1040d669e92274207f582cd1688a0dd..2ec5d6bb52c4965f2cbc91937f55bd2215928121 100644 (file)
          {% if media.is_published or user.is_staff %}
           {% if media.type == 'webm' %}
             <tr>
-            <td {% if forloop.first %}class="border-top"{% endif %} width="230px">
+            <td {% if forloop.first %}class="border-top"{% endif %} width="230px" valign="middle">
                 <a href="{% url teleforma-media-detail media.id %}" title="{% trans "View" %}" target="_blank">
                  {% if media.item.related.all %}
                  {% for related in media.item.related.all %}
                   {% if related.title == "preview" %}
                   <img src="{{ MEDIA_URL }}{{ related.file }}" width="100%" alt="{% trans 'Click here' %}" style="vertical-align:middle" />
-                  &nbsp;
                   {% endif %}
                  {% endfor %}
                  {% else %}