A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_logout_form.tpl
index 71a911475b71ca0b86cce8786be31acdd1750fbe..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">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td align="center" class="admin_title bottom">
+               <td align="center" class="table_header bottom">
                        <strong>{--ADMIN_LOGOUT_NOW--}</strong>
                </td>
        </tr>
@@ -17,9 +17,9 @@
                </td>
        </tr>
        <tr>
-               <td align="center" 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>