]> git.parisson.com Git - teleforma.git/commitdiff
fix download button
authoryomguy <yomguy@parisson.com>
Thu, 19 Jul 2012 14:00:40 +0000 (16:00 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 19 Jul 2012 14:00:40 +0000 (16:00 +0200)
teleforma/templates/teleforma/course_media.html

index a0efb8c57181dceb1924ed65af09d411073a6e54..b134bfcea202620849ede59a9e6229d19ee2df0e 100644 (file)
@@ -70,7 +70,7 @@ $(document).ready(function(){
 
 <br /><br />
 {% if media.item.file %}
-<a href="{% url teleforma-media-download media.id %}" class="component_icon button icon_download" id="action_red">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{% trans "Download" %}</a>
+<a href="{% url teleforma-media-download media.id %}" class="component_icon button" id="action_red"><img src="{{STATIC_URL}}teleforma/images/download_media.png" alt="" />&nbps;{% trans "Download" %}</a>
 {% endif %}
 
 {% endblock general_info %}