]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_reset_password.tpl
Extension ext-repair extended, outdated calls DEBUG_LOG() fixed:
[mailer.git] / templates / de / html / admin / admin_reset_password.tpl
index ef69f1985fd182b7e98af15bc85e8e638483e883..74a916d59197103005c8060f40f2bef8fecdb449 100644 (file)
@@ -1,22 +1,22 @@
-<form action="{!URL!}/modules.php?module=admin&amp;reset_pass=1" method="post">
-<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+<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">
 <tr>
-       <td class="admin_title bottom2" height="30" colspan="2">
+       <td class="admin_title bottom" height="30" colspan="2">
                <strong>{--ADMIN_RESET_PASSWORD_TITLE--}</strong>
        </td>
 </tr>
 <tr>
-       <td height="40" width="50%" class="bottom2">
+       <td height="40" width="50%" class="bottom">
                {--ADMIN_ENTER_EMAIL--}
        </td>
-       <td width="50%" class="bottom2">
-               <INPUT type="email" class="admin_normal" name="email" size="20" maxlength="255" />
+       <td width="50%" class="bottom">
+               <input type="email" class="admin_normal" 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--}" />
+               <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" name="send_link" class="admin_submit" value="{--ADMIN_RESET_PASS_SUBMIT--}" />
        </td>
 </tr>
 </table>