From 27c58476fffeb5c9640ba9e49fbd9e38d0159d54 Mon Sep 17 00:00:00 2001 Message-Id: <27c58476fffeb5c9640ba9e49fbd9e38d0159d54.1717625691.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 29 Dec 2007 19:59:42 +0000 Subject: [PATCH] fix enabled/disabled icons. still a bit crufty but does now work again. Organization: Straylight/Edgeware From: rjk@greenend.org.uk <> --- templates/playing.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/playing.html b/templates/playing.html index 937e19c..90cc6f6 100644 --- a/templates/playing.html +++ b/templates/playing.html @@ -38,7 +38,7 @@ USA title="@label:playing.resumeverbose@">@label:playing.pause@ - + }{ @@ -47,7 +47,7 @@ USA title="@label:playing.pauseverbose@">@label:playing.pause@ - + }@ @if{@random-enabled@}{ @@ -57,7 +57,7 @@ USA title="@label:playing.randomdisableverbose@">@label:playing.random@ - + }{ @@ -66,7 +66,7 @@ USA title="@label:playing.randomenableverbose@">@label:playing.random@ - + }@ @if{@enabled@}{ @@ -76,7 +76,7 @@ USA title="@label:playing.disableverbose@">@label:playing.playing@ - + }{ @@ -85,7 +85,7 @@ USA title="@label:playing.enableverbose@">@label:playing.playing@ - + }@
-- [mdw]