]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_validate_reset_hash_form.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_validate_reset_hash_form.tpl
index ea2d21d6bfc55fcc62058a2408840d9e88ac2f27..7ef070ddd23eefd2b68ff1e5b203b1fa6597ae6f 100644 (file)
@@ -1,26 +1,26 @@
 <form action="{!URL!}/modules.php?module=admin&amp;reset_pass=1" method="post">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="620" align="center" class="admin_table dashed">
-<TR>
-       <TD class="admin_title bottom2" height="30" colspan="2">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed">
+<tr>
+       <td class="admin_title bottom2" height="30" colspan="2">
                <strong>{--ADMIN_VALIDATE_HASH_TITLE--}</strong>
-       </TD>
-</TR>
-<TR>
-       <TD height="40" width="50%" class="bottom2">
+       </td>
+</tr>
+<tr>
+       <td height="40" width="50%" class="bottom2">
                {--ADMIN_ENTER_LOGIN--}
-       </TD>
-       <TD width="50%" class="bottom2">
+       </td>
+       <td width="50%" class="bottom2">
                <INPUT type="text" class="admin_normal" name="login" size="20" maxlength="255" />
-       </TD>
-</TR>
-<TR>
-       <TD class="admin_footer" colspan="2">
+       </td>
+</tr>
+<tr>
+       <td class="admin_footer" colspan="2">
                <INPUT type="hidden" name="hash" value="$content" />
                <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                <INPUT type="submit" name="validate_hash" class="admin_submit" value="{--ADMIN_VALIDATE_HASH_SUBMIT--}" />
-       </TD>
-</TR>
-</TABLE>
+       </td>
+</tr>
+</table>
 </form>
 
 <div class="admin_note">