chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f159296
)
fix enabled/disabled icons. still a bit crufty but does now work again.
author
rjk@greenend.org.uk
<>
Sat, 29 Dec 2007 19:59:42 +0000
(19:59 +0000)
committer
rjk@greenend.org.uk
<>
Sat, 29 Dec 2007 19:59:42 +0000
(19:59 +0000)
templates/playing.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/playing.html
b/templates/playing.html
index 937e19ccf5dc60e0c9337dd05640e7d8f22d2194..90cc6f6a022e49ba14bc3f69387c327757d2e413 100644
(file)
--- a/
templates/playing.html
+++ b/
templates/playing.html
@@
-38,7
+38,7
@@
USA
title="@label:playing.resumeverbose@">@label:playing.pause@</a>
</a>
</span>
title="@label:playing.resumeverbose@">@label:playing.pause@</a>
</a>
</span>
- <img width=16 height=16 class=imgbutton src="@label:images.
enabled
@">
+ <img width=16 height=16 class=imgbutton src="@label:images.
tick
@">
}{
<!-- not paused -->
<span class=button>
}{
<!-- not paused -->
<span class=button>
@@
-47,7
+47,7
@@
USA
title="@label:playing.pauseverbose@">@label:playing.pause@</a>
</a>
</span>
title="@label:playing.pauseverbose@">@label:playing.pause@</a>
</a>
</span>
- <img width=16 height=16 class=imgbutton src="@label:images.
disabled
@">
+ <img width=16 height=16 class=imgbutton src="@label:images.
cross
@">
}@
@if{@random-enabled@}{
<!-- random played enabled -->
}@
@if{@random-enabled@}{
<!-- random played enabled -->
@@
-57,7
+57,7
@@
USA
title="@label:playing.randomdisableverbose@">@label:playing.random@</a>
</a>
</span>
title="@label:playing.randomdisableverbose@">@label:playing.random@</a>
</a>
</span>
- <img width=16 height=16 class=imgbutton src="@label:images.
enabled
@">
+ <img width=16 height=16 class=imgbutton src="@label:images.
tick
@">
}{
<!-- random played disabled -->
<span class=button>
}{
<!-- random played disabled -->
<span class=button>
@@
-66,7
+66,7
@@
USA
title="@label:playing.randomenableverbose@">@label:playing.random@</a>
</a>
</span>
title="@label:playing.randomenableverbose@">@label:playing.random@</a>
</a>
</span>
- <img width=16 height=16 class=imgbutton src="@label:images.
disabled
@">
+ <img width=16 height=16 class=imgbutton src="@label:images.
cross
@">
}@
@if{@enabled@}{
<!-- playing enabled -->
}@
@if{@enabled@}{
<!-- playing enabled -->
@@
-76,7
+76,7
@@
USA
title="@label:playing.disableverbose@">@label:playing.playing@</a>
</a>
</span>
title="@label:playing.disableverbose@">@label:playing.playing@</a>
</a>
</span>
- <img width=16 height=16 class=imgbutton src="@label:images.
enabled
@">
+ <img width=16 height=16 class=imgbutton src="@label:images.
tick
@">
}{
<!-- playing disabled -->
<span class=button>
}{
<!-- playing disabled -->
<span class=button>
@@
-85,7
+85,7
@@
USA
title="@label:playing.enableverbose@">@label:playing.playing@</a>
</a>
</span>
title="@label:playing.enableverbose@">@label:playing.playing@</a>
</a>
</span>
- <img width=16 height=16 class=imgbutton src="@label:images.
disabled
@">
+ <img width=16 height=16 class=imgbutton src="@label:images.
cross
@">
}@
<form class=volume action="@url@" method=POST
enctype="multipart/form-data" accept-charset=utf-8>
}@
<form class=volume action="@url@" method=POST
enctype="multipart/form-data" accept-charset=utf-8>