]> git.0d.be Git - panikweb.git/commitdiff
Resymbol for audio
authorlaron <simon@surlaterre.org>
Mon, 2 Sep 2013 10:30:48 +0000 (12:30 +0200)
committerlaron <simon@surlaterre.org>
Mon, 2 Sep 2013 10:30:48 +0000 (12:30 +0200)
panikweb_templates/templates/includes/audio.html

index cdda4b10704612df4ddce7df1e865edfd33d9cc5..bdb26e4a011f64fc30ace734442d582893c76a88 100644 (file)
@@ -2,19 +2,19 @@
 {% load paniktags %}
 {% if sound|is_format_available:'mp3' or sound|is_format_available:'ogg' %}
        <div class="controls huge">
-               <button class="icon-plus-sign"
+               <button class="resymbol icon-plus-sign"
                        title="Add to playlist" 
                        data-player-audio="Audio-{{ sound.file.url|slugify }}" 
                        data-player-action="registerAudio" 
                        id="addToPlaylist-{{ sound.file.url|slugify }}"
                        ></button>
-               <button class="icon-play-circle"
+               <button class="resymbol icon-play"
                        title="Play" 
                        data-player-audio="Audio-{{ sound.file.url|slugify }}" 
                        data-player-action="playAudio" 
                        ></button>
                {% if sound|is_format_available:'ogg' %}
-                       <a target="_blanck" class="icon-download button" href="{{ sound|format_url:'ogg' }}"
+                       <a target="_blanck" class="resymbol icon-download button" href="{{ sound|format_url:'ogg' }}"
                                ></a>
                {% endif %}
        </div>