[Slim-Checkins] r11733 - in /branches/6.5/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 21:07:27 PDT 2007
Author: kdf
Date: Fri Apr 6 21:07:27 2007
New Revision: 11733
URL: http://svn.slimdevices.com?rev=11733&view=rev
Log:
Bug: 4852
Description: merge -r 11731:11732 from trunk
Modified:
branches/6.5/server/Changelog6.html
branches/6.5/server/HTML/Default/status_list.html
branches/6.5/server/HTML/EN/status_list.html
Modified: branches/6.5/server/Changelog6.html
URL: http://svn.slimdevices.com/branches/6.5/server/Changelog6.html?rev=11733&r1=11732&r2=11733&view=diff
==============================================================================
--- branches/6.5/server/Changelog6.html (original)
+++ branches/6.5/server/Changelog6.html Fri Apr 6 21:07:27 2007
@@ -43,6 +43,7 @@
<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=4788">#4788</a> - playlist *album commands queue two instances of each track</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: branches/6.5/server/HTML/Default/status_list.html
URL: http://svn.slimdevices.com/branches/6.5/server/HTML/Default/status_list.html?rev=11733&r1=11732&r2=11733&view=diff
==============================================================================
--- branches/6.5/server/HTML/Default/status_list.html (original)
+++ branches/6.5/server/HTML/Default/status_list.html Fri Apr 6 21:07:27 2007
@@ -16,8 +16,8 @@
</span>
<div class="playlistControls">
<a href="[% webroot %][% statusroot %]?p0=playlist&p1=jump&p2=[% item.num %]&start=[% start %]&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&p1=move&p2=[% item.num %]&p3=+1&start=[% start %]&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&p1=move&p2=[% item.num %]&p3=-1&start=[% start %]&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&p1=move&p2=[% item.num %]&p3=%2B1&start=[% start %]&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&p1=move&p2=[% item.num %]&p3=%2D1&start=[% start %]&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&p1=delete&p2=[% item.num %]&start=[% start %]&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: branches/6.5/server/HTML/EN/status_list.html
URL: http://svn.slimdevices.com/branches/6.5/server/HTML/EN/status_list.html?rev=11733&r1=11732&r2=11733&view=diff
==============================================================================
--- branches/6.5/server/HTML/EN/status_list.html (original)
+++ branches/6.5/server/HTML/EN/status_list.html Fri Apr 6 21:07:27 2007
@@ -3,9 +3,10 @@
<div class="browsedbListItem">
[% PROCESS trackinfo %]
<div class="playlistControls">
- [% PROCESS playlistcontrols
- num = item.num
- useStart = 1 %]
+ <a href="[% webroot %][% statusroot %]?p0=playlist&p1=jump&p2=[% item.num %]&start=[% start %]&player=[% playerURI %]" target="status">[% "PLAY" | string %]</a>
+ <a href="[% webroot %][% statusroot %]?p0=playlist&p1=move&p2=[% item.num %]&p3=%2B1&start=[% start %]&player=[% playerURI %]" target="status">[% "DOWN" | string %]</a>
+ <a href="[% webroot %][% statusroot %]?p0=playlist&p1=move&p2=[% item.num %]&p3=%2D1&start=[% start %]&player=[% playerURI %]" target="status">[% "UP" | string %]</a>
+ <a href="[% webroot %][% statusroot %]?p0=playlist&p1=delete&p2=[% item.num %]&start=[% start %]&player=[% playerURI %]" target="status">[% "DELETE" | string %]</a>
</div>
</div>
</div>
More information about the checkins
mailing list