]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_logout_form.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_logout_form.tpl
index 908446c9ea57f1ba497f6dff0d4be70dad572243..120cf5f58323b8d8435fe989616ba963e597e7b1 100644 (file)
@@ -1,8 +1,8 @@
 <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 accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;action=logout%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td align="center" class="admin_title bottom2" height="30">
+               <td align="center" class="table_header bottom">
                        <strong>{--ADMIN_LOGOUT_NOW--}</strong>
                </td>
        </tr>
                </td>
        </tr>
        <tr>
-               <td class="bottom2" align="center">
+               <td class="bottom" align="center">
                        {--ADMIN_LOGOUT_QUESTION--}
                </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>