]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_logout_form.tpl
Added more config wrappers
[mailer.git] / templates / de / html / admin / admin_logout_form.tpl
index 69c141ad2eabcae8a97525a8e785b590b5101531..c43caaed8a44d77fdf28b29e584e43a969f0b6eb 100644 (file)
@@ -1,14 +1,14 @@
 <div align="center">
-<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">
+{%form,formMethodPost=modules.php?module=admin&amp;action=logout%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td align="center" class="admin_title bottom" height="30">
+               <td align="center" class="table_header bottom">
                        <strong>{--ADMIN_LOGOUT_NOW--}</strong>
                </td>
        </tr>
        <tr>
                <td align="center">
-                       {--ADMIN_LOGOUT_NOTE--}
+                       {--ADMIN_LOGOUT_NOTICE--}
                </td>
        </tr>
        <tr>
                </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" class="table_footer">
+                       <input type="submit" name="no" class="form_submit" value="{--NO--}" />
+                       <input type="submit" name="yes" class="form_delete" value="{--YES--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>