Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
95d2d6a7
Commit
95d2d6a7
authored
Sep 22, 2013
by
Simon Daron
Committed by
fred
Sep 22, 2013
Browse files
change icon used for play button
parent
f6444a54
Changes
2
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/js/audioPlayer.js
View file @
95d2d6a7
...
...
@@ -197,7 +197,7 @@
this
.
registerControl
(
'
stop
'
,{
class
:
"
icon-stop
"
,
click
:
function
(){
thePlaylist
.
stopSounds
();
}});
this
.
registerControl
(
'
playpause
'
,{
class
:
"
icon-play playPause
"
,
click
:
function
(){
this
.
registerControl
(
'
playpause
'
,{
class
:
"
icon-play
-sign
playPause
"
,
click
:
function
(){
thePlaylist
.
playPauseList
();
}});
this
.
registerControl
(
'
next
'
,{
class
:
"
icon-step-forward
"
,
click
:
function
(){
...
...
panikweb_templates/templates/includes/audio.html
View file @
95d2d6a7
{% load soundfiles %}
{% load paniktags %}
{% if sound|is_format_available:'mp3' or sound|is_format_available:'ogg' %}
<div
class=
""
>
<div
class=
"
audio
"
>
<button
class=
"resymbol icon-plus-sign big"
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=
"resymbol icon-play big"
<button
class=
"resymbol icon-play
-sign
big"
title=
"Play"
data-player-audio=
"Audio-{{ sound.file.url|slugify }}"
data-player-action=
"playAudio"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment