HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_reset_password_form.tpl
index 454b5a5072f45095454ae70917652f201a31bedc..029d084cd219387e1a76cf978d2088930d6c11d3 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>
@@ -11,8 +10,8 @@
                {--ADMIN_SHOW_LOGIN--}
        </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>]
+               <strong>$content[login]</strong><br />
+               [<a href="{!URL!}/modules.php?module=admin&amp;reset_pass=1">{--ADMIN_CHANGE_LOGIN--}</a>]
        </TD>
 </TR>
 <TR>
@@ -40,8 +39,8 @@
        </TD>
 </TR>
 </TABLE>
-</FORM>
+</form>
 
-<DIV class="admin_note">
+<div class="admin_note">
        {--ADMIN_RESET_PASSWORD_NOTE--}
-</DIV>
+</div>