*** empty log message ***

This commit is contained in:
sebastian 2005-04-20 13:35:06 +00:00
parent 84cd995e69
commit 9126d82bd2
4 changed files with 34 additions and 11 deletions

View 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>

View 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>

View 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>

View file

@ -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>