]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_send_reset_link.tpl
Typo fixed :(
[mailer.git] / templates / de / html / admin / admin_send_reset_link.tpl
index 41d035273f8b02c0e23ed1e3736e9d7cbb9c135d..c8075370d4045d4152db5a45754c6e78ef0c3a27 100644 (file)
@@ -1,5 +1,5 @@
-<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">
                <strong>{--ADMIN_SEND_RESET_LINK_TITLE--}</strong>
                {--ADMIN_ENTER_EMAIL--}
        </td>
        <td width="50%" class="bottom2">
-               <INPUT type="text"class="admin_normal"  name="email" size="20" maxlength="255" />
+               <input type="text" 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_SEND_RESET_LINK_SUBMIT--}" />
+               <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" name="send_link" class="admin_submit" value="{--ADMIN_SEND_RESET_LINK_SUBMIT--}" />
        </td>
 </tr>
 </table>