More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_reset_password_form.tpl
index 029d084cd219387e1a76cf978d2088930d6c11d3..40788e7d4f718f5027eedca300173975f05f0db5 100644 (file)
@@ -1,44 +1,44 @@
 <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_RESET_PASSWORD_TITLE--}</strong>
-       </TD>
-</TR>
-<TR>
-       <TD height="40" width="50%" class="bottom2">
+       </td>
+</tr>
+<tr>
+       <td height="40" width="50%" class="bottom2">
                {--ADMIN_SHOW_LOGIN--}
-       </TD>
-       <TD width="50%" class="bottom2">
+       </td>
+       <td width="50%" class="bottom2">
                <strong>$content[login]</strong><br />
                [<a href="{!URL!}/modules.php?module=admin&amp;reset_pass=1">{--ADMIN_CHANGE_LOGIN--}</a>]
-       </TD>
-</TR>
-<TR>
-       <TD height="40" width="50%" class="bottom2">
+       </td>
+</tr>
+<tr>
+       <td height="40" width="50%" class="bottom2">
                {--ADMIN_ENTER_PASSWORD1--}
-       </TD>
-       <TD width="50%" class="bottom2">
+       </td>
+       <td width="50%" class="bottom2">
                <INPUT type="password" class="admin_normal" name="pass1" size="20" maxlength="255" />
-       </TD>
-</TR>
-<TR>
-       <TD height="40" width="50%" class="bottom2">
+       </td>
+</tr>
+<tr>
+       <td height="40" width="50%" class="bottom2">
                {--ADMIN_ENTER_PASSWORD2--}
-       </TD>
-       <TD width="50%" class="bottom2">
+       </td>
+       <td width="50%" class="bottom2">
                <INPUT type="password" class="admin_normal" name="pass2" 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[hash]" />
                <INPUT type="hidden" name="login" value="$content[login]" />
                <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                <INPUT type="submit" name="reset_pass" class="admin_submit" value="{--ADMIN_RESET_PASSWORD_SUBMIT--}" />
-       </TD>
-</TR>
-</TABLE>
+       </td>
+</tr>
+</table>
 </form>
 
 <div class="admin_note">