]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_reset_password_form.tpl
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_reset_password_form.tpl
index 454b5a5072f45095454ae70917652f201a31bedc..311e323bd22936671c536a694d89fd1609ea7b1a 100644 (file)
@@ -1,47 +1,46 @@
-<BR />
-<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>
-       </TD>
-</TR>
-<TR>
-       <TD height="40" width="50%" class="bottom2">
+<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">
+<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">
                {--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>]
-       </TD>
-</TR>
-<TR>
-       <TD height="40" 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">
                {--ADMIN_ENTER_PASSWORD1--}
-       </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>
+       <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">
                {--ADMIN_ENTER_PASSWORD2--}
-       </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">
-               <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>
-</FORM>
+       </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">
+               <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>
+</form>
 
-<DIV class="admin_note">
+<div class="admin_note">
        {--ADMIN_RESET_PASSWORD_NOTE--}
-</DIV>
+</div>