]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_logout_form.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_logout_form.tpl
index c22e253763593cb08104c853661833df55b5db1e..0ddae08aca168101655b14e0374def590c4d95df 100644 (file)
@@ -1,9 +1,9 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=admin&amp;action=logout" method="POST">
-<table border="0" cellspacing="0" cellpadding="0"
-       class="admin_table dashed" width="370">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;action=logout" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="370">
        <tr>
-               <td align="center" class="admin_title bottom2" height="30"><strong>{--ADMIN_LOGOUT_NOW--}</strong>
+               <td align="center" class="admin_title bottom2" height="30">
+                       <strong>{--ADMIN_LOGOUT_NOW--}</strong>
                </td>
        </tr>
        <tr>
@@ -23,9 +23,9 @@
                <td height="20" class="seperator bottom2">&nbsp;</td>
        </tr>
        <tr>
-               <td align="center" height="30" class="admin_footer"><input
-                       type="submit" name="no" class="admin_no" value="{--NO--}" />
-               <input type="submit" name="yes" class="admin_yes" value="{--YES--}" />
+               <td align="center" height="30" class="admin_footer">
+                       <input type="submit" name="no" class="admin_no" value="{--NO--}" />
+                       <input type="submit" name="yes" class="admin_yes" value="{--YES--}" />
                </td>
        </tr>
 </table>