diff -r 487a16c7117c -r e5f1f45ea7e2 themes/iphone/playlist.tpl --- a/themes/iphone/playlist.tpl Fri Jun 12 13:48:22 2009 -0400 +++ b/themes/iphone/playlist.tpl Fri Jun 12 13:49:22 2009 -0400 @@ -25,6 +25,8 @@ var img_ajax = '/themes/{$theme|escape}/images/ajax.gif'; var class_current = 'current'; var allow_control = {if $allow_control}true{else}false{/if}; + + var iPhone = true; {foreach from=$scripts item=script} @@ -35,6 +37,7 @@
+
{if $allow_control}  @@ -48,7 +51,9 @@
 
 
{if $allow_control} - Volume: + + Volume: +    - {$track.title|escape} + {$track.title|escape}
+ {$track.album|escape} - {$track.artist|escape}
{sprite artist=$track.artist album=$track.album size=50}
+
+ + Play track + +
- Artist: {$track.artist|escape}
- Album: {$track.album|escape}
Length: {$track.length|escape}
- » Play track
@@ -97,11 +105,7 @@