sintonia/htmlUI/templates/popup/logout.tpl

13 lines
347 B
Smarty

{include file="popup/header.tpl"}
<center>
##Are you sure you want to logout?##
<br><br>
<input type="button" class="button" value="{tra 0=Cancel}" onclick="javascript: window.close()">
<input type="button" class="button" value="{tra 0=OK}" onclick="javascript: location.href='{$UI_HANDLER}?act={$logouttype}'">&nbsp;
</center>
</body>
</html>