[Slim-Checkins] r11449 - /branches/6.5/server/HTML/Nokia770/browsedb.html
bklaas at svn.slimdevices.com
bklaas at svn.slimdevices.com
Thu Feb 15 13:13:31 PST 2007
Author: bklaas
Date: Thu Feb 15 13:13:31 2007
New Revision: 11449
URL: http://svn.slimdevices.com?rev=11449&view=rev
Log:
Bug #4514: minor fix for alt and title attributes for 1-by-1 links
Modified:
branches/6.5/server/HTML/Nokia770/browsedb.html
Modified: branches/6.5/server/HTML/Nokia770/browsedb.html
URL: http://svn.slimdevices.com/branches/6.5/server/HTML/Nokia770/browsedb.html?rev=11449&r1=11448&r2=11449&view=diff
==============================================================================
--- branches/6.5/server/HTML/Nokia770/browsedb.html (original)
+++ branches/6.5/server/HTML/Nokia770/browsedb.html Thu Feb 15 13:13:31 2007
@@ -131,10 +131,10 @@
<td width = '40'>
<table><tr>
<td class="listing" align="center">
- <a href="http://google.com" id = 'play_[% cover %]'><img src="[% webroot %]html/images/play.this.gif" border=0 height="20" alt='Play' title='Play'></a>
+ <a href="http://google.com" id = 'play_[% cover %]'><img src="[% webroot %]html/images/play.this.gif" border=0 height="20" alt='Play Now' title='Play Now'></a>
</td>
<td class="listing" align="center">
- <a href="http://google.com" id = 'add_[% cover %]'><img src="[% webroot %]html/images/add.gif" border=0 height="20" alt='Next' title='Next'></a>
+ <a href="http://google.com" id = 'add_[% cover %]'><img src="[% webroot %]html/images/add.gif" border=0 height="20" alt='Add' title='Append to End of Playlist'></a>
</td>
</tr></table>
</td>
More information about the checkins
mailing list