sintonia/htmlUI/templates/playlist/actionhandler.tpl
paul.baranowski c4b96da797 CC-1695 Remove Campcaster Studio and make install easier
Changing htmlUI dir structure to be better.
2010-09-30 15:56:56 -04:00

13 lines
314 B
Smarty

style="cursor: pointer"
onClick="return contextmenu('{$i.attrs.id}',
{if $i.type|lower == 'webstream'}
'listen', '{$i.gunid}', 'PL.setCliplength',
{/if}
{if $i.type|lower == 'audioclip'}
'listen', '{$i.gunid}', 'PL.setCliplength',
{/if}
'PL.removeItem'
)"