sintonia/livesupport/modules/htmlUI/var/templates/popup/SCHEDULER.removeItem.tpl
2005-06-08 19:27:10 +00:00

11 lines
368 B
Smarty
Executable file

{include file="popup/header.tpl"}
<center>
{tra 0='Are you sure to remove playlist "$1"?' 1=$playlistName}
<br><br>
<input type="button" class="button" onClick="window.close()" value="Cancel">
<input type="button" class="button" onClick="location.href='{$UI_HANDLER}?act=SCHEDULER.removeItem&scheduleId={$_REQUEST.scheduleId}'" value="OK">
</center>
</body>
</html>