Extension ext-repair extended, outdated calls DEBUG_LOG() fixed:
[mailer.git] / templates / de / html / admin / admin_logout_form.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;action=logout" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="370">
4         <tr>
5                 <td align="center" class="admin_title bottom" height="30">
6                         <strong>{--ADMIN_LOGOUT_NOW--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="center">
11                         {--ADMIN_LOGOUT_NOTE--}
12                 </td>
13         </tr>
14         <tr>
15                 <td class="bottom" align="center">
16                         {--ADMIN_LOGOUT_QUESTION--}
17                 </td>
18         </tr>
19         <tr>
20                 <td align="center" height="30" class="admin_footer">
21                         <input type="submit" name="no" class="admin_no" value="{--NO--}" />
22                         <input type="submit" name="yes" class="admin_yes" value="{--YES--}" />
23                 </td>
24         </tr>
25 </table>
26 </form>
27 </div>