*** empty log message ***
This commit is contained in:
parent
546999a62b
commit
dfde7d4dbe
5 changed files with 59 additions and 30 deletions
8
livesupport/modules/htmlUI/var/templates/playlist/changeTransition.tpl
Executable file
8
livesupport/modules/htmlUI/var/templates/playlist/changeTransition.tpl
Executable file
|
@ -0,0 +1,8 @@
|
|||
{include file="header.tpl"}
|
||||
|
||||
{include file="script/PL.changeTransition.js.tpl"}
|
||||
{include file="sub/dynForm_plain.tpl"}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -33,9 +33,13 @@
|
|||
<td><input type="checkbox" name="all" onClick="form_switchAll('SP')"></th>
|
||||
<td align="center" colspan="2">
|
||||
<select>
|
||||
<option>Multiple Action:</option>
|
||||
<option selected>Multiple Action:</option>
|
||||
<option onClick="form_submit('SP', 'SP.removeItem')">Remove</option>
|
||||
<option onClick="form_submit('SP', 'PL.addItem')">Add to Playlist</option>
|
||||
{if $_PL_activeId}
|
||||
<option onClick="form_submit('SP', 'PL.addItem')">Add to Playlist</option>
|
||||
{else}
|
||||
<option onClick="form_submit('SP', 'PL.create')">New Playlist using Item</option>
|
||||
{/if}
|
||||
</select>
|
||||
</th>
|
||||
<td align="center" colspan="2"><a href="#" onClick="form_clearAll('SP', 'SP.removeItem')">[Clear]</a></th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue