[Slim-Checkins] r11335 - /trunk/server/HTML/Nokia770/cmdwrappers

bklaas at svn.slimdevices.com bklaas at svn.slimdevices.com
Sun Feb 4 14:05:52 PST 2007


Author: bklaas
Date: Sun Feb  4 14:05:52 2007
New Revision: 11335

URL: http://svn.slimdevices.com?rev=11335&view=rev
Log:
Bug #4732: this isn't a framed skin, so no need for target attributes

Modified:
    trunk/server/HTML/Nokia770/cmdwrappers

Modified: trunk/server/HTML/Nokia770/cmdwrappers
URL: http://svn.slimdevices.com/trunk/server/HTML/Nokia770/cmdwrappers?rev=11335&r1=11334&r2=11335&view=diff
==============================================================================
--- trunk/server/HTML/Nokia770/cmdwrappers (original)
+++ trunk/server/HTML/Nokia770/cmdwrappers Sun Feb  4 14:05:52 2007
@@ -195,7 +195,7 @@
 
 [% BLOCK trackinfo %]
 	[% IF item.infohref %]
-			<a [% item.infohref %] target="browser">[% ( item.text || item.title ) | html %]</a>
+			<a [% item.infohref %] >[% ( item.text || item.title ) | html %]</a>
 	[% ELSIF item.num || item.num == 0 %]
 			<b><a [% PROCESS cmdHRef cmdType = 'jump' num = item.num %] >&nbsp;[% item.num + 1 %].&nbsp;</a>
 			<a [% PROCESS cmdHRef cmdType = 'jump' num = item.num %] >[% item.title | html %]</a></b>
@@ -282,7 +282,7 @@
 
 [% BLOCK iteminfo %]
         [% IF item.descend %][% IF item.hierarchy %]<a [% PROCESS "${item.hreftype}ItemHRef" %]>[% END %][% item.text | html %]</a>
-        [% IF item.showYear && item.year %]<a [% PROCESS yearItemHRef %] target="browser">([% item.year %])</a>[% END %]
+        [% IF item.showYear && item.year %]<a [% PROCESS yearItemHRef %] >([% item.year %])</a>[% END %]
                 <!-- Include the artist for the album view -->
                 [% IF item.artist.name && item.artist.name != item.noArtist; PROCESS artistsAsHTML.html itemobj=item.itemobj; END %]
 



More information about the checkins mailing list