diff --git a/livesupport/modules/htmlUI/var/templates/playlist/editor_dragitem.tpl b/livesupport/modules/htmlUI/var/templates/playlist/editor_dragitem.tpl new file mode 100755 index 000000000..a6f351529 --- /dev/null +++ b/livesupport/modules/htmlUI/var/templates/playlist/editor_dragitem.tpl @@ -0,0 +1,145 @@ +
+ +
+

##Playlist Editor##

+

{$PL->title}   {getHour time=$PL->duration}##h## {getMinute time=$PL->duration}##m## {getSecond time=$PL->duration}##s##

+
+ +
+
 
+
 
+
 
+
+ +
+ + + + + + + + + + + + + + +
##Name####Duration####Artist####Type####Move##
+ + +
+ + {foreach from=$PL->getFlat($PL->activeId) key='pos' item='i'} + +
+ + + + + + + + + + + + + + + + + + + + +
##Fade## {$i.fadein_ms|string_format:"%d"} ms
{$i.title} + {assign var="_duration" value=$i.duration}{niceTime in=$_duration} + {$i.creator} + {$i.type|capitalize} + + ##move up## + ##move down## +
+ + +
+ + {/foreach} +
+ + + {if $n} + + + + + + {else} + + + + + {/if} + + +
##Fade## {$i.fadeout_ms|string_format:"%d"} ms
##No Entry##
+
+ + + +
+ + + +
+ +
+ + + +
+ + + + +{assign var="_duration" value=null} + + + + + \ No newline at end of file