From: rjk@greenend.org.uk <> Date: Sat, 29 Dec 2007 19:59:42 +0000 (+0000) Subject: fix enabled/disabled icons. still a bit crufty but does now work again. X-Git-Tag: 3.0~143 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/27c58476fffeb5c9640ba9e49fbd9e38d0159d54?ds=sidebyside fix enabled/disabled icons. still a bit crufty but does now work again. --- 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@ - + }@