[Slim-Checkins] r11732 - in /trunk/server: Changelog6.html HTML/Default/status_list.html HTML/EN/status_list.html

kdf at svn.slimdevices.com kdf at svn.slimdevices.com
Fri Apr 6 20:59:18 PDT 2007


Author: kdf
Date: Fri Apr  6 20:59:18 2007
New Revision: 11732

URL: http://svn.slimdevices.com?rev=11732&view=rev
Log:
Bug: 4852
Description: fix up/down links in playlist


Modified:
    trunk/server/Changelog6.html
    trunk/server/HTML/Default/status_list.html
    trunk/server/HTML/EN/status_list.html

Modified: trunk/server/Changelog6.html
URL: http://svn.slimdevices.com/trunk/server/Changelog6.html?rev=11732&r1=11731&r2=11732&view=diff
==============================================================================
--- trunk/server/Changelog6.html (original)
+++ trunk/server/Changelog6.html Fri Apr  6 20:59:18 2007
@@ -42,6 +42,7 @@
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4772">#4772</a> - SlimServer install wizard reports 6.5.1 while installing 6.5.2</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4794">#4794</a> - CLI alarm documentation example incorrect</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4823">#4823</a> - Disc number higher then 255 may crash the scanner</li>
+		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4852">#4852</a> - down arrow moves song to 2nd position in playlist</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=4872">#4872</a> - Installer: Error creating INI entry in Logitech.url</li>
 	</ul>
 	<br />

Modified: trunk/server/HTML/Default/status_list.html
URL: http://svn.slimdevices.com/trunk/server/HTML/Default/status_list.html?rev=11732&r1=11731&r2=11732&view=diff
==============================================================================
--- trunk/server/HTML/Default/status_list.html (original)
+++ trunk/server/HTML/Default/status_list.html Fri Apr  6 20:59:18 2007
@@ -15,8 +15,8 @@
 		</span>
 		<div class="playlistControls">
 			<a href="[% webroot %][% statusroot %]?p0=playlist&amp;p1=jump&amp;p2=[% item.num %]&amp;start=[% start %]&amp;player=[% playerURI %]" target="status"><img src="[% webroot %]html/images/b_play.gif" width=13 height=13 alt="[% "PLAY" | string %]" title="[% "PLAY" | string %]"></a>
-			<a href="[% webroot %][% statusroot %]?p0=playlist&amp;p1=move&amp;p2=[% item.num %]&amp;p3=+1&amp;start=[% start %]&amp;player=[% playerURI %]" target="status"><img src="[% webroot %]html/images/b_down.gif" width=13 height=13 alt="[% "DOWN" | string%]" title="[% "DOWN" | string %]"></a>
-			<a href="[% webroot %][% statusroot %]?p0=playlist&amp;p1=move&amp;p2=[% item.num %]&amp;p3=-1&amp;start=[% start %]&amp;player=[% playerURI %]" target="status"><img src="[% webroot %]html/images/b_up.gif" width=13 height=13 alt="[% "UP" | string %]" title="[% "UP" | string %]"></a>
+			<a href="[% webroot %][% statusroot %]?p0=playlist&amp;p1=move&amp;p2=[% item.num %]&amp;p3=%2B1&amp;start=[% start %]&amp;player=[% playerURI %]" target="status"><img src="[% webroot %]html/images/b_down.gif" width=13 height=13 alt="[% "DOWN" | string%]" title="[% "DOWN" | string %]"></a>
+			<a href="[% webroot %][% statusroot %]?p0=playlist&amp;p1=move&amp;p2=[% item.num %]&amp;p3=%2D1&amp;start=[% start %]&amp;player=[% playerURI %]" target="status"><img src="[% webroot %]html/images/b_up.gif" width=13 height=13 alt="[% "UP" | string %]" title="[% "UP" | string %]"></a>
 			<a href="[% webroot %][% statusroot %]?p0=playlist&amp;p1=delete&amp;p2=[% item.num %]&amp;start=[% start %]&amp;player=[% playerURI %]" target="status"><img src="[% webroot %]html/images/b_delete.gif" width=13 height=13 alt="[% "DELETE" | string %]" title="[% "DELETE" | string %]"></a>
 		</div>
 	</div>

Modified: trunk/server/HTML/EN/status_list.html
URL: http://svn.slimdevices.com/trunk/server/HTML/EN/status_list.html?rev=11732&r1=11731&r2=11732&view=diff
==============================================================================
--- trunk/server/HTML/EN/status_list.html (original)
+++ trunk/server/HTML/EN/status_list.html Fri Apr  6 20:59:18 2007
@@ -15,8 +15,8 @@
 		</span>
 		<div class="playlistControls">
 			<a href="[% webroot %][% statusroot %]?p0=playlist&amp;p1=jump&amp;p2=[% item.num %]&amp;start=[% start %]&amp;player=[% playerURI %]" target="status">[% "PLAY" | string %]</a>
-			<a href="[% webroot %][% statusroot %]?p0=playlist&amp;p1=move&amp;p2=[% item.num %]&amp;p3=+1&amp;start=[% start %]&amp;player=[% playerURI %]" target="status">[% "DOWN" | string %]</a>
-			<a href="[% webroot %][% statusroot %]?p0=playlist&amp;p1=move&amp;p2=[% item.num %]&amp;p3=-1&amp;start=[% start %]&amp;player=[% playerURI %]" target="status">[% "UP" | string %]</a>
+			<a href="[% webroot %][% statusroot %]?p0=playlist&amp;p1=move&amp;p2=[% item.num %]&amp;p3=%2B1&amp;start=[% start %]&amp;player=[% playerURI %]" target="status">[% "DOWN" | string %]</a>
+			<a href="[% webroot %][% statusroot %]?p0=playlist&amp;p1=move&amp;p2=[% item.num %]&amp;p3=%2D1&amp;start=[% start %]&amp;player=[% playerURI %]" target="status">[% "UP" | string %]</a>
 			<a href="[% webroot %][% statusroot %]?p0=playlist&amp;p1=delete&amp;p2=[% item.num %]&amp;start=[% start %]&amp;player=[% playerURI %]" target="status">[% "DELETE" | string %]</a>
 		</div>
 	</div>



More information about the checkins mailing list