*** empty log message ***
This commit is contained in:
parent
84cd995e69
commit
9126d82bd2
4 changed files with 34 additions and 11 deletions
11
livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.confirmDelete.tpl
Executable file
11
livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.confirmDelete.tpl
Executable file
|
@ -0,0 +1,11 @@
|
|||
{include file="popup/header.tpl"}
|
||||
|
||||
<center>
|
||||
<b>##Are you sure to delete active Playlist?##</b>
|
||||
<br><br>
|
||||
<input type="button" class="button" onClick="window.close()" value="Cancel">
|
||||
<input type="button" class="button" onClick="location.href='{$UI_HANDLER}?act=PL.deleteActive'" value="OK">
|
||||
</center>
|
||||
|
||||
</body>
|
||||
</html>
|
12
livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.confirmRelease.tpl
Executable file
12
livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.confirmRelease.tpl
Executable file
|
@ -0,0 +1,12 @@
|
|||
{include file="popup/header.tpl"}
|
||||
|
||||
<center>
|
||||
<b>##Do you want to save changes?##</b>
|
||||
<br><br>
|
||||
<input type="button" class="button" onClick="window.close()" value="Cancel">
|
||||
<input type="button" class="button" onClick="location.href='{$UI_HANDLER}?act=PL.revertANDclose'" value="No">
|
||||
<input type="button" class="button" onClick="location.href='{$UI_HANDLER}?act=PL.release'" value="Yes">
|
||||
</center>
|
||||
|
||||
</body>
|
||||
</html>
|
11
livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.confirmRevert.tpl
Executable file
11
livesupport/modules/htmlUI/var/templates/popup/PLAYLIST.confirmRevert.tpl
Executable file
|
@ -0,0 +1,11 @@
|
|||
{include file="popup/header.tpl"}
|
||||
|
||||
<center>
|
||||
<b>##Are you sure to discard all changes?##</b>
|
||||
<br><br>
|
||||
<input type="button" class="button" onClick="window.close()" value="Cancel">
|
||||
<input type="button" class="button" onClick="location.href='{$UI_HANDLER}?act=PL.revert'" value="OK">
|
||||
</center>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,11 +0,0 @@
|
|||
{include file="popup/header.tpl"}
|
||||
|
||||
<center>
|
||||
<b>Are you sure to delete active Playlist?</b>
|
||||
<br>
|
||||
<input type="button" onClick="window.close()" value="Cancel">
|
||||
<input type="button" onClick="location.href='{$UI_HANDLER}?act=PL.deleteActive'" value="OK">
|
||||
</center>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue