]> git.parisson.com Git - teleforma.git/commitdiff
change snapshot alt text
authoryomguy <yomguy@parisson.com>
Wed, 25 Jul 2012 08:51:43 +0000 (10:51 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 25 Jul 2012 08:51:43 +0000 (10:51 +0200)
teleforma/templates/teleforma/inc/conference_list.html
teleforma/templates/teleforma/inc/media_list.html

index e1f588c476788b7b34fa3c6cdd83d2d3f4629107..b485ac14f61f41e96b63604ae8aa34c287633043 100644 (file)
@@ -16,7 +16,7 @@
             {% if stream.streaming %}
             <td {% if forloop.first %}class="border-top"{% endif %} width="230px">
                <a href="{% url teleforma-conference-detail stream.conference.id %}" title="{% trans "View" %}">
-               <img id="snapshot-{{ stream.course.code }}-{{ stream.course_type }}" src="{{ stream.snapshot_url }}" width="100%" alt="snapshot" />
+               <img id="snapshot-{{ stream.course.code }}-{{ stream.course_type }}" src="{{ stream.snapshot_url }}" width="100%" alt="{% trans 'Click here' %}" />
                </a>
             </td>
             <td {% if forloop.first %}class="border-top"{% endif %} width="60%" style="padding-left: 1em;">
index 6553bfe95556b0f72e55b0c34038ba4acd59bd69..44f5d81c96eeaa85b5269a8dc970c8541263985f 100644 (file)
@@ -18,7 +18,7 @@
                  {% 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="snapshot" />
+                  <img src="{{ MEDIA_URL }}{{ related.file }}" width="100%" alt="{% trans 'Click here' %}" />
                   {% endif %}
                  {% endfor %}
                  {% else %}