Fixed bug #1992 - logout text wrong
This commit is contained in:
parent
e5cd150fbc
commit
0821cf18a0
|
@ -1,7 +1,7 @@
|
|||
{include file="popup/header.tpl"}
|
||||
|
||||
<center>
|
||||
##Are you sure to logout?##
|
||||
##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}'">
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{include file="popup/header.tpl"}
|
||||
{include file="popup/header.tpl"}
|
||||
|
||||
<center>
|
||||
<div id="logout">
|
||||
<form>
|
||||
<table border=0>
|
||||
<tr><td>##Are you sure to logout?##</td></tr>
|
||||
<tr><td>##Are you sure you want to logout?##</td></tr>
|
||||
<tr><td align="right">
|
||||
<input type="button" value="##Cancel##" onclick="javascript: window.close()">
|
||||
<input type="button" value="##OK##" onclick="javascript: location.href='{$UI_HANDLER}?act=signover'">
|
||||
|
|
Loading…
Reference in New Issue