sintonia/htmlUI/templates/popup/SUBJECTS.confirmRemoveSubj.tpl

12 lines
374 B
Smarty

{include file="popup/header.tpl"}
<center>
{tra str='Are you sure you want to delete "$1"?' 1=$_REQUEST.login}
<br><br>
<input type="button" class="button" onClick="window.close()" value="Cancel">
<input type="button" class="button" onClick="location.href='{$UI_HANDLER}?act=SUBJECTS.removeSubj&login={$_REQUEST.login|escape:'url'}'" value="OK">
</center>
</body>
</html>