sintonia/htmlUI/templates/popup/PLAYLIST.confirmRevert.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

11 lines
300 B
Smarty

{include file="popup/header.tpl"}
<center>
##Are you sure to discard all changes?##
<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>