A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_reset_password.tpl
index 3d462c1c673a57f654d9866fdaf7d4c3d7b002b8..9e6a9a80b76f1e2fe6894bd968d608904a6d7502 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;reset_pass=1%}" 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 class="admin_title bottom" colspan="2">
+       <td class="table_header bottom" colspan="2">
                <strong>{--ADMIN_RESET_PASSWORD_TITLE--}</strong>
        </td>
 </tr>
                {--ADMIN_ENTER_EMAIL--}
        </td>
        <td class="bottom">
-               <input type="email" class="admin_normal" name="email" size="20" maxlength="255" />
+               <input type="email" class="form_field" name="email" size="20" maxlength="255" />
        </td>
 </tr>
 <tr>
-       <td class="admin_footer" colspan="2">
-               <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" name="send_link" class="admin_submit" value="{--ADMIN_RESET_PASS_SUBMIT--}" />
+       <td class="table_footer" colspan="2">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" name="send_link" class="form_submit" value="{--ADMIN_RESET_PASS_SUBMIT--}" />
        </td>
 </tr>
 </table>
 </form>
 
-<div class="admin_note">
+<div class="notice">
        {--ADMIN_RESET_PASSWORD_NOTE--}
 </div>
 </div>