HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_reset_password.tpl
index e9aa51e0bb8107646b17d09e062597537cbe568b..804616817d981a14a24b46ff885d4317d36e6ccd 100644 (file)
@@ -1,9 +1,8 @@
-<BR />
-<FORM action="{!URL!}/modules.php?module=admin&amp;reset_pass=1" method="post">
+<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">
-               <STRONG>{--ADMIN_RESET_PASSWORD_TITLE--}</STRONG>
+               <strong>{--ADMIN_RESET_PASSWORD_TITLE--}</strong>
        </TD>
 </TR>
 <TR>
@@ -21,8 +20,8 @@
        </TD>
 </TR>
 </TABLE>
-</FORM>
+</form>
 
-<DIV class="admin_note">
+<div class="admin_note">
        {--ADMIN_RESET_PASSWORD_NOTE--}
-</DIV>
+</div>